Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat small program Express interface (merchant view) documentation


May 18, 2021 WeChat Mini Program Development Document


Table of contents


Express interface (business must see)

1. Product introduction

Express interface is WeChat official for small programs to provide free logistics interface. After access, you can use this interface in a number of courier companies to obtain electronic single number and other information, and then through the thermal printer to complete the electronic single printing, you can give the express delivery company door-to-door collection.

2. What are the benefits of accessing the express interface?

Can be mass generation of electronic surface single interface has been docked to a number of courier companies to order the interface, the use of this interface can be in the express delivery companies in bulk generation of electronic noodles;

Can return the logistics track to you through the express interface under the single, WeChat will return the logistics track to you, so that you can grasp the express transport route in real time;

Users can receive logistics notifications through the express interface under the order, WeChat official will be through the service notification push express status to the user, improve the user experience;

Completely free official interface express interface for WeChat official interface, unified docking a number of logistics companies, service stability, free and open.

After adding the user's return program entry to the express interface, the user can visit your small program in two ways: WeChat small program Express interface (merchant view) documentation

3. Currently supported courier companies

WeChat small program Express interface (merchant view) documentation


4. How to use the logistics assistant

Go to WeChat's → platform and the Logistics assistant → access to see the access process guidelines WeChat small program Express interface (merchant view) documentation


Step 1: Bind the contracted courier network account

In WeChat public platform - small program management background, click on the logistics assistant → "go to access" → "go binding", choose and you signed the logistics company, input and network signing assigned to your account password, submit binding; WeChat small program Express interface (merchant view) documentation


Binding note

(1) If there is no account password, please contact the logistics company outlet to complete the signing account and password, then bind; (2) When the above binding account is incompatated to call the courier interface API, select the logistics companyYou need to fill in the Bizid; (3) If you have not signed the logistics company in advance, you do not need to bind the logistics company in the page, and the logistics interface will be added to the logistics interface. You can fill in the existing Bizid.Notify the courier to pick up the door, the freight is now.At present, the two logistics companies have supported loosening, corresponding Bizid as follows:

Express company name Express company ID Candle Bizid
S.F. Express SF SF_CASH
Debon Express DB DB_CASH

Step 2: Docking the express interface (a must-see for merchants) API

(1) View the interface documentation

(2) Development interface documents: you can develop their own or authorized service providers to develop, encounter problems can go to WeChat open community to ask questions;

(3) Test order: self-fill the test of the conseer information and commodity information, to see if the interface can be successfully called to order, successfully generate electronic face list, access to face list data, printed sheet and receive service notifications, the whole process of walking instructions indicate that the interface has been adjusted.

Step 3: Print the electronic sheet

After you order with the express interface Api, you can choose either of the following ways to print the electronic face list

  • Using WeChat logistics assistant docking third-party single-party software printing sheet, the current support of third-party single-click software is: Express butler click to WeChat small program Express interface (merchant view) documentation get docking guidance more third-party continuous docking, please look forward to
  • Use the logistics company interface or the receiving staff door-to-door printing electronic face list;
  • Use getOrder to pull the electronic mask html, print with a thermal printer (there may be format compatibility issues, debugging);
  • Use getOrder to pull the electronic sheet's waybill_data, construct the sheet and print it yourself (there may be format compatibility issues, debugging);
  • Install single PC software using WeChat: Windows XP and above are currently supported. Download here

Step 4: Courier door-to-door to collect pieces

After the courier door-to-door collection, the merchant can receive the logistics track through the logistics assistant Api, WeChat will give the user to push the collection, distribution, signed/signed abnormal service notice, so that users can understand the shipping slip track.


Appendix: Express interface flowchart

WeChat small program Express interface (merchant view) documentation