From 033e63c42fc74a5bcf95a473b396caf2a60463d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sanna=20Bj=C3=B6rn?= Date: Fri, 5 Jul 2024 15:19:21 +0300 Subject: [PATCH] Add Lazada organization and source --- organizations/lazada.json | 6 ++++++ sources/lazada.json | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 organizations/lazada.json create mode 100644 sources/lazada.json diff --git a/organizations/lazada.json b/organizations/lazada.json new file mode 100644 index 00000000..ad32d511 --- /dev/null +++ b/organizations/lazada.json @@ -0,0 +1,6 @@ +{ + "id": "LAZADA", + "name": "Lazada", + "iconUrl": "https://storage.googleapis.com/central-prod-sm-custom-connector-external/10743_1720181560.png", + "orgUrl": "https://lazada.com/en/" +} \ No newline at end of file diff --git a/sources/lazada.json b/sources/lazada.json new file mode 100644 index 00000000..9fd9dc7f --- /dev/null +++ b/sources/lazada.json @@ -0,0 +1,11 @@ +{ + "id": "LAZADA", + "name": "Lazada", + "categories": ["ECOMMERCE"], + "organization": "LAZADA", + "iconUrl": "https://storage.googleapis.com/central-prod-sm-custom-connector-external/10743_1720181560.png", + "sourceUrl": "https://lazada.com/en/", + "dataVisibility": [ + "PRIVATE" + ] +} \ No newline at end of file