From 57097c150df30cf2310779662f667c1941a0da4e Mon Sep 17 00:00:00 2001 From: othmane099 Date: Fri, 18 Apr 2025 19:23:55 +0100 Subject: [PATCH 1/2] remove duplicated lastest_volume att in Product --- .gitignore | 3 +++ aliexpress_api/models/product.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3854885..dba661b 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,6 @@ venv.bak/ # mypy .mypy_cache/ + + +.idea \ No newline at end of file diff --git a/aliexpress_api/models/product.py b/aliexpress_api/models/product.py index 6eafe08..e5c9341 100644 --- a/aliexpress_api/models/product.py +++ b/aliexpress_api/models/product.py @@ -11,7 +11,6 @@ class Product: first_level_category_name: str lastest_volume: int hot_product_commission_rate: str - lastest_volume: int original_price: str original_price_currency: str product_detail_url: str From 9f96838ec104a95f35ace988d9404a1a8ae71c7c Mon Sep 17 00:00:00 2001 From: othmane099 Date: Thu, 24 Apr 2025 08:34:18 +0100 Subject: [PATCH 2/2] add missing shop_name att --- aliexpress_api/models/product.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aliexpress_api/models/product.py b/aliexpress_api/models/product.py index e5c9341..02305c7 100644 --- a/aliexpress_api/models/product.py +++ b/aliexpress_api/models/product.py @@ -27,6 +27,7 @@ class Product: second_level_category_name: str shop_id: int shop_url: str + shop_name: str target_app_sale_price: str target_app_sale_price_currency: str target_original_price: str