Changelog
0.4.17
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,
});
Changelog
0.4.16
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",
});
Changelog
0.4.14
Changelog
0.4.11