K5物流软件 API文档
文档首页快件接口(小包/快递)一件代发(仓储)大货中转(仓储)退换标(仓储)设备对接
文档首页快件接口(小包/快递)一件代发(仓储)大货中转(仓储)退换标(仓储)设备对接
  1. 一件代发(仓储)
  • 创建 SKU:[createProduct]
    POST
  • 创建入库单:[createASN]
    POST
  • 创建出库单:[createOrder]
    POST
  • 一件代发查询入库单:[searchWStorage]
    POST
  • 一件代发查询出库:[ searchWSOrder]
    POST
  • 一件代发查询库存:[ searchStock ]
    POST
  • 一件代发_仓储订单截单:[interceptOrders]
    POST
  • 一件代发打印入库单箱唛:[printWStorageBox]
    POST
  • 一件代发打印入库单sku标签:[printWStorageSku]
    POST
  • 一件代发上传出库标签:[ submitLabel]
    POST
  1. 一件代发(仓储)

一件代发查询出库:[ searchWSOrder]

POST
http://yqbug.kingtrans.net/PostInterfaceService

请求参数

Query 参数

Header 参数

Body 参数application/json

示例
{
	"Verify": {
		"Clientid": "XC",
		"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
	},
	"OrderIdData": {
		"Type":"0",
		"Datas": [
			"单号1",//订单号
			"单号2",//订单号
			"单号3" //订单号
		]
	},
	"OutDataBeg": "2023-09-05 09:34:16", //出库开始时间
	"OutDataEnd": "2023-09-05 15:34:16", //出库结束时间
	"HouseId": "", //仓库 ID            
	"OutStatus": "1" //出库状态 0:未出库 1:出库
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://yqbug.kingtrans.net/PostInterfaceService?method=searchWSOrder' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
	"Verify": {
		"Clientid": "XC",
		"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
	},
	"OrderIdData": {
		"Type":"0",
		"Datas": [
			"单号1",//订单号
			"单号2",//订单号
			"单号3" //订单号
		]
	},
	"OutDataBeg": "2023-09-05 09:34:16", //出库开始时间
	"OutDataEnd": "2023-09-05 15:34:16", //出库结束时间
	"HouseId": "", //仓库 ID            
	"OutStatus": "1" //出库状态 0:未出库 1:出库
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "statusCode": "string",
    "SorderDatas": [
        {
            "CorpBillid": "string",
            "ChannelId": "string",
            "Country": "string",
            "Refernumb": "string",
            "Billid": "string",
            "TransbillId": "string",
            "Note": "string",
            "RecName": "string",
            "RecCorp": "string",
            "Rectel": "string",
            "RecProvince": "string",
            "RecCity": "string",
            "RecPost": "string",
            "RecEmail": "string",
            "RecMobile": "string",
            "RecFax": "string",
            "RecAddr1": "string",
            "RecAddr2": "string",
            "HouseId": "string",
            "Status": "string",
            "OutData": "string",
            "Intercepttype": "string",
            "Weight": "string",
            "OrderItems": [
                {
                    "SKU": "string",
                    "Num": "string"
                }
            ]
        }
    ],
    "message": "string"
}
修改于 2025-04-18 03:51:00
上一页
一件代发查询入库单:[searchWStorage]
下一页
一件代发查询库存:[ searchStock ]
Built with