How does the e-commerce invoicing software access the e-commerce platform API? Requires real-time data and supports high concurrency

    E-commerce invoicing software mainly includes the following basic functions:

1. Procurement management: Help enterprises record and manage purchase orders, purchase invoices and other purchase-related information, and realize the whole-process tracking of purchase purchases.

2. Sales management: help enterprises record and manage sales orders, sales invoices and other sales-related information, and realize the whole process tracking of sales.

3. Inventory management: Real-time monitoring of enterprise inventory, including information such as the quantity of goods in the warehouse, the quantity out of the warehouse, the quantity of inventory, and the amount of inventory.

4. Cost accounting: Calculate the cost of inventory goods based on purchase cost and sales cost, and help enterprises understand and analyze the cost structure.

5. Report analysis: Generate corresponding reports based on purchase and sales data, such as income statements, purchase, sales and inventory reports, etc., to help companies understand their operating conditions.

6. Multi-platform access: Support access to multiple e-commerce platforms, such as Taobao, JD.com, Tmall, etc., and automatically synchronize order and inventory information to facilitate unified management by enterprises.

7. Supplier management: record and manage supplier information, payment information, cooperation agreements, etc., to reduce corporate procurement costs and risks.

8. Customer management: record and manage customer information, sales data, order status, etc., to improve customer satisfaction and promote sales growth.

9. Early-warning prompts: Provide early-warning prompts based on inventory quantity and sales conditions, etc., to help enterprises adjust strategies in time to avoid losses.

This article will focus on point 6, how to realize multi-platform access and realize automatic synchronization of order and inventory information. For different e-commerce platforms, they can be connected through the API interface provided to realize the synchronization of order and inventory information. This method requires developers to carry out customized development, which has certain complexity.

seller_order_list Get the order list of the sold product
seller_order_detail Get the order details of the sold product
seller_order_address Get the order address of the sold product
seller_order_close The seller closes a transaction
seller_order_message Get or modify the remarks of the sold order
seller_order_send Order delivery
seller_delivery_tpl_list Shipping template list seller_delivery_tpl
_add shipping Template Add
seller_delivery_tpl_del Shipping Template Delete
Login-Cross-border e-commerce platform interface provider data collection company data interface customization service enterprise-level data service provider

response parameters

Version: Date:

name type must example value describe

take_baby

String 0

payment_alipay

String 0 Alipay

seller_delivery

String 0 Seller delivery address

confirm_time

String 0 confirm the time

evaluate_time

String 0 evaluation time

delivery_countdown

String 0 Product arrival remaining time

trade_status

String 0 Order status: transaction successful trading status

delivery_way

String 0 logistic Delivery methods

logistics_company

String 0 S.F. Express logistics company

waybill

Bigint 0 76743627xxx Waybill number

logistics_follow

String 0 S.F. Express Logistics Tracking

delivery_addr

Bigint 0 peng,19900001111, No. 313, Renmin North Road, Chengbei Street, Yushui District, Xinyu City, Jiangxi Province, 338000 Shipping address

buyer_message

String 0 - buyer notes

seller_name

String 0 selectedOfficial flagship store seller nickname

seller_real_name

String 0 Lingzhi Fashion Sales (Tianjin) Co., Ltd. Seller real name

seller_city

String 0 Tianjin The city where the seller is located

seller_phone

String 0 400-8001234 consumer hotline

order_num

Bigint 0 298482016040012345 order number

alipay_num

Bigint 0 2018121622001168940583001234 Alipay order number

goods

Mix 0 [{"auction_url": "//trade.taobao.com/trade/detail/tradeSnap.htm?tradeID=29848201604571xxxx", "goods_id": null, "goods_img": "//img.alicdn.com/imgextra/i1 /849905958/O1CN011tsoDu6YZLBaF7F_!!849905958.jpg", "goods_name": "Selected/Slade mohair wool blend color block men's sweater", "goods_info": [{"name": "color", "value": " Carbon flower gray CHARCOAL MELANGE"}], "goods_status": "Transaction successful", "unit_price": "349.50", "goods_count": "1", "discount": null }] product information

goods_money

String 0 ¥100.00 The amount of goods

logistics_money

String 0 ¥0.00 Logistics costs

total_money

String 0 ¥100.00 lump sum

real_money

String 0 ¥100.00 Actual payment amount

stepbar

Mix 0 {"current": 3, "options": [{"content": "Photographed product", "time": "2018-12-16 22:37:58"}, {"content": "Payment to Alipay ", "time": "2018-12-16 22:38:31"}, {"content": "Seller shipped", "time": "2018-12-17 09:19:55"}, { "content": "Confirm receipt", "time": "2019-01-01 09:20:07"}, {"content": "Evaluation"} ]] step

request example

Guess you like

Origin blog.csdn.net/Jernnifer_mao/article/details/130617480