Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ae_sdk

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ae_sdk - npm Package Versions

23

0.4.17

Diff

Changelog

Source

0.4.17

Patch Changes

  • 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,
    });
    
moh3a
published 0.4.16 •

Changelog

Source

0.4.16

Patch Changes

  • ae_sdk - Patch 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",
    });
    
moh3a
published 0.4.15 •

Changelog

Source

0.4.15

Patch Changes

  • Fix affiliate API endpoint (get feature promo) error
moh3a
published 0.4.14 •

Changelog

Source

0.4.14

Patch Changes

  • Documentation

    • Write a simple documentation for basic usage

    Other

    • Refactor some code for aesthtics
    • Add initial unit tests
moh3a
published 0.4.13 •

Changelog

Source

0.4.13

Patch Changes

  • Add shipping details parameter (tracking_available)
moh3a
published 0.4.12 •

Changelog

Source

0.4.12

Patch Changes

    • Ensure API returns predefined types for AE affiliate API.
moh3a
published 0.4.11 •

Changelog

Source

0.4.11

Patch Changes

  • Fix API sign method bug to support the new AE API signing format
  • Ensure API returns predefined types for AE dropshipping API
moh3a
published 0.4.10 •

Changelog

Source

0.4.10

Patch Changes

  • Ensure API returns predefined types #5
moh3a
published 0.4.9 •

Changelog

Source

0.4.9

Patch Changes

  • Ensure API returns predefined types #4
moh3a
published 0.4.8 •

Changelog

Source

0.4.8

Patch Changes

  • Ensure API returns predefined types #3
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc