LME OPEN API
    • 1.Prepare
      • RSA keys
      • http format
    • 2.API list
      • 1).createOrder
      • 2).order detail
      • 3).Tracing push
      • 4).cancelOrder
      • 5).queryOrderRoute
      • 6).updateOrder
      • 7).queryOrderRouteV2
      • 8).Tracing push V2
      • 9).addressValidate
      • 10).queryLabel
    • 3.SDK
      • java sdk
      • php sdk
    • 4.ERROR CODE MAPPING
    • 5. Deliverable postal codes
      • Australia
      • New Zealand
      • United States
      • Canada
    • 6.Label
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag

    1.Prepare

    steps:
    generate RSA keys, and share us the RSA public key
    confirm the vender code at FHE channel system, and the parameters of 'appkey' and 'channel' both are filled with this code
    call API with SDK, or original http request
    share us the subscription url, which any tracing update would be push, any details please refer to the trace push api
    QPS: MAX 100
    Limitations
    1.
    If the postal code of the order is not within the range listed in the attachment, order will be rejected.
    2.
    If the address containing keywords (case-insensitive) which in 'PO BOX', 'P.O BOX', 'Locker', and 'Parcel collect', order will be rejected.
    env host
    test : https://lme-test1-open-gateway.quplusplus.net
    production:
    au: https://open-gateway.fh.express
    us: https://open-gateway.us.fh.express
    New Zealand: https://open-gateway.nz.fh.express
    Canada:https://open-gateway.ca.fh.express
    tracking website:
    https://au.fh.express/pc/search (Australia),
    https://us.fh.express/pc/search (New Zealand),
    https://nz.fh.express/pc/search (United States),
    about order no sequence, which will be auto-allocated at API createOrder, but other than that it can be pre-allocated in vender IT system with this format: ‘vender code’+14 numbers, such as FHE16753011400000.
    Modified at 2025-04-16 02:30:27
    Next
    RSA keys
    Built with