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接口

查询订单列表

POST
https://test.openapi.yjztu.com/tms/expose/queryManifest

请求参数

Body 参数application/json

示例
{
    "noList": "TEST2311130003TEST2311130020",
    "queryType": "99"
}

请求示例代码

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/tms/expose/queryManifest' \
--header 'Content-Type: application/json' \
--data '{
    "noList": "TEST2311130003TEST2311130020",
    "queryType": "99"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "body": [
        {
            "ccCharge": 0.00,
            "ccPayment": "PP",
            "cctaxPayment": "CC",
            "codCharge": 0.00,
            "codChargeCur": "",
            "contents": "",
            "decValueCur": "USD",
            "goodsType": "SJ",
            "hubInCode": "GM001",
            "oisInvoices": [
                {
                    "descrName": "手机",
                    "eDescrNamee": "phone",
                    "hsCode": "882340",
                    "nWeig": 1.000,
                    "price": 1.0000,
                    "qty": 1,
                    "sku": "771823",
                    "unitWeig": 1.000
                }
            ],
            "packType": "WPX",
            "pcs": 3,
            "pieces": [
                {
                    "actual": 1.000,
                    "height": 9.000,
                    "length": 29.000,
                    "width": 9.000
                },
                {
                    "actual": 1.000,
                    "height": 1.000,
                    "length": 1.000,
                    "width": 1.000
                },
                {
                    "actual": 2.000,
                    "height": 2.000,
                    "length": 2.000,
                    "width": 2.000
                }
            ],
            "annexFiles": [
                {
                    "fileName": "aaaaa.pdf",
                    "filePath": "https://ois.intelink.net.cn/invoice/aaaaa.pdf",
                    "fileType": "pdf",
                    "annexBusinessType": "COMMERCIAL_INVOICE"
                }
            ],
            "platformType": "ZYXT",
            "referenceno": "TEST2311140054",
            "remark": "{附加项目:单件长度>15}",
            "weig": 4.000
        }
    ],
    "message": "请求成功",
    "result_code": 0,
    "solution": "请求成功",
    "traceId": "1700099407268YkJHfocd"
}
修改于 2026-08-11 02:42:57
上一页
获取选项列表
下一页
获取lable
Built with