1. Taobao Order Manage
  • API Signature & Authentication Specification
  • Alibaba[1688] Open Platform API
    • 1688 Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
      • API for 1688 Recommended Products
    • 1688 Business Opportunities
      • API for 1688 Hot Products
      • API for 1688 Hot Keywords
    • 1688 Logistics
      • API for China Domestic Shipping Cost
    • 1688 Category
      • API for Category Search on 1688
    • 1688 Order Manage
      • API for Creating Preview Order
      • API for Creating Formal Order
      • API for Canceling Formal Order
      • API for Querying Order Details
      • API for Confirming Order Receipt
      • API for Retrieving Payment Link
      • API for Auto Payment of Order
    • 1688 Message Service
      • Callback Message Signature Verification Specification
      • Order Created Message
      • Order Price Modification Message
      • Transaction Payment Message
      • Order Delivery Message
      • Logistics Order Status Change
      • Order Receipt Confirmation Message
      • Transaction Completed Message
  • Taobao Open Platform API
    • Taobao Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
    • Taobao Logistics
      • API for China Domestic Shipping Cost
    • Taobao Order Manage
      • Product Bunker interface
        GET
      • API for Creating Preview Order
        POST
      • API for Creating Formal Order
        POST
      • API for Canceling Formal Order
        POST
      • API for Querying Order Details
        POST
      • API for Auto Payment of Order
        POST
    • Taobao Message Service
      • Callback Message Signature Verification Specification
      • Order Status Update Message
      • Order Price Change Message
  1. Taobao Order Manage

Product Bunker interface

GET
/taobao/product/get
Product Bunker Interface. When calling the order preview and order creation APIs, you need to obtain mpId and mpSkuid through the Product Bunker Interface.
Important Note: If you call this interface to retrieve product information but do not create an order for the corresponding product, all API permissions will be revoked.

Request

Query Params

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.soureco.com/taobao/product/get?appKey=&appSecret=&sign=undefined&item_id=864107568632&mi_id=undefined&item_url=undefined&tao_password=undefined'
Response Response Example
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "itemType": "HAVE_MATERIAL",
        "quantity": 2800,
        "skuList": [
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i3/4174440595/O1CN016Q6s4V1GGYoDyxKpD_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 1230,
                "price": 1230,
                "postFee": 0,
                "skuId": 5771436224016,
                "properties": [
                    {
                        "valueId": 44184172358,
                        "valueName": "⭐️尝鲜装⭐️【基础款】5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887464952,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01jvuD9o1GGYoE2sqe6_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2100,
                "price": 2100,
                "postFee": 0,
                "skuId": 5771436224017,
                "properties": [
                    {
                        "valueId": 44184172378,
                        "valueName": "⭐️店长推荐⭐️【基础款】10块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887465976,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01Z7Rz1J1GGYoE2rAj1_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2990,
                "price": 2990,
                "postFee": 0,
                "skuId": 5771436224020,
                "properties": [
                    {
                        "valueId": 44184172379,
                        "valueName": "⭐️学期常备⭐️【基础款】15块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887470072,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN014BkQcN1GGYoDnPzuw_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 3730,
                "price": 3730,
                "postFee": 0,
                "skuId": 5771436224021,
                "properties": [
                    {
                        "valueId": 44184172361,
                        "valueName": "⭐️囤货优选⭐️【基础款】20块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887471096,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i2/4174440595/O1CN01kyaVjZ1GGYoDhsy3N_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 1490,
                "price": 1490,
                "postFee": 0,
                "skuId": 6152039639433,
                "properties": [
                    {
                        "valueId": 44184139869,
                        "valueName": "【防丢款】5块-送挂绳",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 36177072120312,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01WQKb4D1GGYoDhsEOC_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2350,
                "price": 2350,
                "postFee": 0,
                "skuId": 6152039639434,
                "properties": [
                    {
                        "valueId": 44184139870,
                        "valueName": "【防丢款】10块-送挂绳",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 36177072121336,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i1/4174440595/O1CN01VPe9qW1GGYoDbR0Ai_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 3240,
                "price": 3240,
                "postFee": 0,
                "skuId": 6152039639435,
                "properties": [
                    {
                        "valueId": 44184139871,
                        "valueName": "【防丢款】15块-送挂绳",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 36177072122360,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i3/4174440595/O1CN01NflsRN1GGYoDeLlUD_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 3990,
                "price": 3990,
                "postFee": 0,
                "skuId": 6152039639436,
                "properties": [
                    {
                        "valueId": 44184139872,
                        "valueName": "【防丢款】20块-送挂绳",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 36177072123384,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i1/4174440595/O1CN01WHtMYL1GGYoE5qLXY_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2490,
                "price": 2490,
                "postFee": 0,
                "skuId": 5771436224018,
                "properties": [
                    {
                        "valueId": 44184139873,
                        "valueName": "【搭配】HB黑木铅笔/10支+防丢款/5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887467000,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i2/4174440595/O1CN01H0ugIx1GGYoDZmV03_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2490,
                "price": 2490,
                "postFee": 0,
                "skuId": 5771436224019,
                "properties": [
                    {
                        "valueId": 44184139874,
                        "valueName": "【搭配】2B黑木铅笔/10支+防丢款/5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887469048,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01NYJ62x1GGYoDh1Ea1_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2650,
                "price": 2650,
                "postFee": 0,
                "skuId": 6108244324691,
                "properties": [
                    {
                        "valueId": 44184139875,
                        "valueName": "【搭配】HB黑木铅笔/10支+基础款/5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 45577122015736,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01AViOZC1GGYo9MkIrE_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2650,
                "price": 2650,
                "postFee": 0,
                "skuId": 6108244324692,
                "properties": [
                    {
                        "valueId": 44184139876,
                        "valueName": "【搭配】2B黑木铅笔/10支+基础款/5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 45577122016760,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i2/4174440595/O1CN01HSeBTQ1GGYoEQEGPK_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2360,
                "price": 2360,
                "postFee": 0,
                "skuId": 5939936475521,
                "properties": [
                    {
                        "valueId": 44184139877,
                        "valueName": "【搭配】HB洞洞铅笔/10支+基础款/5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887468024,
                "status": "active"
            },
            {
                "picUrl": "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01pvDJIJ1GGYoFOAHU1_!!4174440595.jpg",
                "quantity": 200,
                "promotionPrice": 2360,
                "price": 2360,
                "postFee": 0,
                "skuId": 5771436224022,
                "properties": [
                    {
                        "valueId": 44184139878,
                        "valueName": "【搭配】2B洞洞铅笔/10支+基础款/5块",
                        "propId": 1627207,
                        "propName": "颜色分类"
                    }
                ],
                "mpSkuid": 27167887472120,
                "status": "active"
            }
        ],
        "miId": "00000GE521FP-08INNkjKKoD5WO1yfE9b3JnwpQqxqHBfGo",
        "promotionPrice": 1230,
        "categoryPath": "文具用品/文化用品/商务用品->日常学习用品->橡皮",
        "description": "<div style=\"width: 750.0px;height: auto;overflow: hidden;\"><div style=\"width: 750.0px;height: auto;overflow: hidden;\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/4174440595/O1CN01MaOC1H1GGYoGJilMr_!!4174440595.jpg\"><img usemap=\"#customizeHyperlinks-2\" style=\"display: block;margin-top: -1241.0px;width: 750.0px;height: 1241.0px;\" src=\"//gtms01.alicdn.com/tps/i1/TB1AHXiGXXXXXXAXVXX.uTD.FXX-10-10.png\"><map name=\"customizeHyperlinks-2\"><area shape=\"rect\" coords=\"506,697,747,976\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=679644244875\"><area shape=\"rect\" coords=\"95,662,423,770\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=679262760333\"><area shape=\"rect\" coords=\"50,445,237,662\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=605465959454\"><area shape=\"rect\" coords=\"272,779,506,974\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=1051320795521\"><area shape=\"rect\" coords=\"10,820,214,1209\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=649477893054\"><area shape=\"rect\" coords=\"212,974,529,1210\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=582358565707\"><area shape=\"rect\" coords=\"433,551,704,697\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=864107568632\"><area shape=\"rect\" coords=\"279,315,423,614\" href=\"https://h5.m.taobao.com/awp/core/detail.htm?&id=652877683018\"></map><img style=\"display: block;width: 100.0%;\" src=\"https://gw.alicdn.com/imgextra/i1/O1CN01vWMf4v25HVynQwwXa_!!6000000007501-2-tps-1240-450.png\"><img usemap=\"#customizeHyperlinks-4\" style=\"display: block;margin-top: -347.0px;width: 750.0px;height: 347.0px;\" src=\"//gtms01.alicdn.com/tps/i1/TB1AHXiGXXXXXXAXVXX.uTD.FXX-10-10.png\"><map name=\"customizeHyperlinks-4\"><area shape=\"rect\" coords=\"0,0,750,347\" href=\"https://pages-fast.m.taobao.com/wow/z/tmtjb/town/home?x-ssr=true&disableNav=YES&x-sec=wua&asac=2A21B017LSI0KGN210C6D7&status_bar_transparent=true&largescreenstyle=fullscreen&hd_from=itemdetail1&detailTag=descArea&tjbTag=tjbDetail&actionArg=openHalfDetail&topIds=864107568632\"></map><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/4174440595/O1CN01TK3OOc1GGYoP5C5Ae_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/4174440595/O1CN01NJBb0k1GGYoPH8Ic1_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i2/4174440595/O1CN012ncuQY1GGYoP9s9Cu_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/4174440595/O1CN01IlDM0n1GGYoOv6xRE_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/4174440595/O1CN01ABhR381GGYoPPNUo8_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/4174440595/O1CN016evrpi1GGYoOwJKXJ_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/4174440595/O1CN01Ey140Q1GGYoPH5x4V_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/4174440595/O1CN01Ns7CmW1GGYoP09kGl_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/4174440595/O1CN01nzbQdP1GGYoKlAV4o_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/4174440595/O1CN01SbKBBx1GGYoP9tHz8_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/4174440595/O1CN01DWnnBA1GGYoPH8u8S_!!4174440595.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/4174440595/O1CN01F1hksx1GGYoPH9VXO_!!4174440595.png\"></div></div>",
        "shopName": "得力盈达专卖店",
        "picUrls": [
            "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01Z0deKA1GGYoH29vQD_!!4611686018427381907-0-item_pic.jpg",
            "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01KObro21GGYoH1U1Vv_!!4174440595.jpg",
            "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN01JktiGk1GGYoGiUGcP_!!4174440595.jpg",
            "https://img.alicdn.com/bao/uploaded/i1/4174440595/O1CN01f2W2d61GGYoHDdW6T_!!4174440595.jpg",
            "https://img.alicdn.com/bao/uploaded/i4/4174440595/O1CN0187Pk0T1GGYoIWw0fW_!!4174440595.jpg"
        ],
        "title": "【铅笔橡皮擦】得力纽赛防丢像皮檫无屑超干净不留痕小学生初中生专用高颜值卡通可爱幼儿园儿童无毒考试美术",
        "mpId": "4096158991847928",
        "categoryName": "橡皮",
        "itemId": 864107568632,
        "price": 1230,
        "beginAmount": 0,
        "promotionDisplays": [],
        "shopId": 171076882,
        "categoryId": "211703",
        "status": "active"
    },
    "timestamp": 1785389784042,
    "traceId": "86baad940e3f",
    "cost": 0
}
Previous
API for China Domestic Shipping Cost
Next
API for Creating Preview Order
Built with