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..02305c7 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 @@ -28,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