taobao.paimai.pmp.sellidentify.apply.print (打印鉴别单)

打印鉴别单

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
biz_order_id Number 必须 831839181389 子订单Id
case_id Number 可选 921021 鉴别单Id

响应参数

名称 类型 示例值 描述
data PrintSellerIdentifyRes data
  • └ item_quantity
  • Number
  • 1
  • 商品数量
  • └ item_title
  • String
  • 顺河淘宝珍库全托管测试商品,请不要拍01-主商品同步
  • 商品标题
  • └ biz_order_id
  • String
  • 3794309678061779438
  • 子订单Id
  • case_info_list
  • CaseInfoList []
  • caseInfoList
  • └ item_title
  • String
  • 顺河淘宝珍库全托管测试商品,请不要拍01-主商品同步
  • 商品标题
  • └ case_id
  • String
  • 25940002
  • 鉴别单ID
  • └ institution_name
  • String
  • 臻言-白酒测试检验机构
  • 鉴定机构信息
  • └ sku_info
  • String
  • 颜色分类:黑色;鞋码:40(40码);
  • 销售属性
  • └ seller_name
  • String
  • 拍卖珍品测试账号001
  • 商家名字
  • └ sku_info
  • String
  • 颜色分类:黑色;鞋码:40(40码);
  • 销售属性
result_success Boolean true success
result_code String SUCCESS resultCode
message String 成功 message

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
PaimaiPmpSellidentifyApplyPrintRequest req = new PaimaiPmpSellidentifyApplyPrintRequest();
req.setBizOrderId(831839181389L);
req.setCaseId(921021L);
PaimaiPmpSellidentifyApplyPrintResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<paimai_pmp_sellidentify_apply_print_response>
    <data>
        <item_quantity>1</item_quantity>
        <item_title>顺河淘宝珍库全托管测试商品,请不要拍01-主商品同步</item_title>
        <biz_order_id>3794309678061779438</biz_order_id>
        <case_info_list>
            <case_info_list>
                <item_title>顺河淘宝珍库全托管测试商品,请不要拍01-主商品同步</item_title>
                <case_id>25940002</case_id>
                <institution_name>臻言-白酒测试检验机构</institution_name>
                <sku_info>颜色分类:黑色;鞋码:40(40码);</sku_info>
            </case_info_list>
        </case_info_list>
        <seller_name>拍卖珍品测试账号001</seller_name>
        <sku_info>颜色分类:黑色;鞋码:40(40码);</sku_info>
    </data>
    <result_success>true</result_success>
    <result_code>SUCCESS</result_code>
    <message>成功</message>
</paimai_pmp_sellidentify_apply_print_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部