- Made callAPIDirectly method generic
- General bug fixes
- Rename $try to tryFn
- Add the entire AE error response to the returned object if available
-
Normalize AE API's (
aliexpress.logistics.buyer.freight.get
endpoint) response for a product's freight info.await client.freightInfo({ country_code: "DZ", send_goods_country_code: "CN", product_id: 123456, product_num: 1, });
-
The Aliexpress Open Platform released a new method for dropshippers to calculate freight. Now added in the dropshipper client as
freightInfo
.const result = await client.freightInfo({ country_code: "DZ", product_id: 123, product_num: 1, sku_id: "SKU#2:3", });
- Fix affiliate API endpoint (get feature promo) error
-
- Write a simple documentation for basic usage
- Refactor some code for aesthtics
- Add initial unit tests
- Add shipping details parameter (tracking_available)
-
- Ensure API returns predefined types for AE affiliate API.
- Fix API sign method bug to support the new AE API signing format
- Ensure API returns predefined types for AE dropshipping API
- Ensure API returns predefined types #5
- Ensure API returns predefined types #4
- Ensure API returns predefined types #3
- Ensure API returns predefined types #2
- Ensure API returns predefined types
- Fix accessing product details response #2
- Fix accessing product details response
- Add newly registered APIs support
- Export some relevant types #2
- Export some relevant types
- Fix affiliate API return types
- Fix dropshipping methods result types
- Add dropshipping API methods
- Finish affiliate API methods
- Add affiliate API methods
- Add system tool API and fix method signature
- Migrate to new AE API and add affiliate methods
- Added AE clients
- Added initial README
- Add license and npm dist folder
- 6afa68d: Added publish github action workflow and added changeset