Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ venv.bak/

# mypy
.mypy_cache/


.idea
2 changes: 1 addition & 1 deletion aliexpress_api/models/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down