1. OIS接口
愿景征途TMS-OIS
  • OIS接口
    • 验证授权接口
      POST
    • 获取渠道列表
      POST
    • 创建订单接口(推荐)
      POST
    • 运单轨迹追踪
      POST
    • 对外转单接口
      POST
    • 单件信息查询
      POST
    • 获取选项列表
      POST
    • 查询订单列表
      POST
    • 获取lable
      POST
  • TMS
    • APP
      • APP盘点明细删除
      • APP盘货运单查询
      • APP运单子单绑定转单子单
      • APP运单子单解绑转单子单
      • APP 登录
      • App运单托号绑定关系查询
      • APP运单绑定托号
      • APP拆托
      • APP打托完成
      • APP货物查询按托
      • 按件数拆托
      • APP贴标查询
      • APP扫描贴标
      • APP删除扫描登记
      • App运单托号绑定关系查询-扫码运单明细
      • 装柜查询
      • 装柜明细查询
      • 删除图片
      • 添加图片
      • 拍照完成
    • web
      • 批量下载文件
      • 机器收货
      • 保险回调
      • 机器图片上传
      • 装柜label导入
      • 扫码贴标查询
      • 年度报表
      • 存储桶查询文件
      • 存储桶恢复文件
    • test
      • 测试获取获取dw时间
      • 测试修改dw时间
  • 开放接口
    • 海外仓
      • 获取EDD与DW时间
      • wms修改EDD时间
      • wms查询推送状态及信息
      • wms录入tms轨迹
      • wms回传船司轨迹
      • wms是否让TMS修改DW
      • 获取亚马逊DW时间段
      • 查询运单数据
    • 愿景三方电子秤
      GET
    • 对外查询最新轨迹
      POST
    • 物流猫机器单个格口释放
      GET
    • 物流猫 单个启用禁用
      GET
    • 附件上传直传url
      POST
    • 获取上传附件临时密钥
      POST
    • 企业微信回调文本消息
      POST
    • 收货管理对外接口
      GET
    • tms对外轨迹明细
      GET
    • OIS下单接口校验
      POST
    • 机器装柜扫描
      POST
    • 机器快速关柜
      POST
  • TMS亚马逊
    • 亚马逊查询轨迹接口
      POST
    • GetShipmentInfo
      POST
    • PublishTrackingId
      POST
    • PublishTrackingIdBatch
      POST
    • UpsertTransportationInfo
      POST
    • VoidTrackingId
      POST
  • 钉钉
    • 本地测试
      • 获取员工uid
    • 钉钉获取企业内部应用的access_token
    • 获取部门列表
    • 获取部门用户基础信息
    • 获取指定用户可见的审批表单列表
    • 钉钉获取审批实例ID列表
    • 获取单个审批实例详情
    • 钉钉签到数据
  • ois测试
    • 1.验证授权接口
    • 2.获取渠道列表
    • 3.获取label类型
    • 4.创建订单接口(推荐)
    • 4.创建订单接口
    • 5.获取label接口
    • 6.运单轨迹追踪
    • 7.对外转单接口
    • 8.客户账单明细
    • 9.报价对外查询
    • 10.单件信息查询
    • 11.获取选项列表
  • 数据模型
    • Schemas
      • CarrierInfo
      • FbaShipmentStatus
      • FbaShipmentType
      • GetShipmentInfoRequestContent
      • GetShipmentInfoResponseContent
      • LastLegDeliveryMode
      • PublishTrackingIdBatchMapping
      • PublishTrackingIdBatchRequestContent
      • PublishTrackingIdBatchResponseContent
      • PublishTrackingIdRequestContent
      • PublishTrackingIdResponseContent
      • ServiceLevel
      • ShipmentInfo
      • ShipmentTrackingDetail
      • TrackingEvent
      • TransportMode
      • UpsertTransportationInfoDetails
      • UpsertTransportationInfoMapping
      • UpsertTransportationInfoRequestContent
      • UpsertTransportationInfoResponseContent
      • ValidationExceptionResponseContent
      • VoidTrackingIdRequestContent
      • VoidTrackingIdResponseContent
  1. OIS接口

获取lable

POST
https://test.openapi.yjztu.com/ois/order/label

请求参数

Body 参数application/json

示例
{
    "codeType": "1",
    "jobno": "BY251113006"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://test.openapi.yjztu.com/ois/order/label' \
--header 'Content-Type: application/json' \
--data '{
    "codeType": "1",
    "jobno": "BY251113006"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "body": {
        "ack": "true",
        "copyLabel": [
            "https://mms-tst.obs.cn-south-1.myhuaweicloud.com/file-tsk-pdf-temporary/10001/1066297895030317060-SYSTEMCOPY.pdf"
        ],
        "exceptionSource": "pos",
        "invoiceUrl": "https://mms-tst.obs.cn-south-1.myhuaweicloud.com/file-tsk-pdf-temporary/10001/1066297888571088899-SYSTEMTICKET.pdf",
        "isfaraway": 0,
        "labelUrl": "https://mms-tst.obs.cn-south-1.myhuaweicloud.com/file-tsk-pdf-temporary/10001/1066297878995492866-SYSTEMLABEL.pdf",
        "oddNo": "TEST20241100559",
        "otherNo": "",
        "pieceMarks": [],
        "printSuccessCallbackFuns": [],
        "proxyOrderId": "",
        "referenceno": "",
        "refno": "",
        "resultReturnMode": 1
    },
    "message": "请求成功",
    "result_code": 0,
    "solution": "请求成功",
    "traceId": "1732154824212slnkda"
}
修改于 2026-08-11 02:43:03
上一页
查询订单列表
下一页
APP盘点明细删除
Built with