要使用拼多多商品详情API接口(item_get)来根据商品ID获取拼多多商品详情,您需要遵循以下步骤:
-
注册拼多多开放平台账号:首先,您需要在拼多多开放平台(上注册一个账号,并创建一个应用以获取API密钥。
-
获取API密钥:在拼多多开放平台上,您需要为要使用的API接口分配一个密钥。这个密钥将用于身份验证,以确保您有权访问商品详情。
-
调用API接口:一旦您获得了API密钥,您可以使用item_get接口来获取商品详情。以下是API接口的调用示例:
在上述示例中,您需要将YOUR_APP_KEY
替换为您在拼多多开放平台上创建的应用的API密钥,并将PRODUCT_ID
替换为您要获取详情的商品的ID。
4. 处理返回的商品详情:当您调用API接口时,它会返回商品的详细信息。这些信息通常包括商品名称、价格、描述、图片等。您需要编写代码来处理返回的数据,并将其呈现为您想要的形式。
响应示例,API接入Anzexi58
{
"item": {
"goods": {
"serverTime": 1701143447,
"serverTimeTen": 17011434470,
"catID": 20512,
"goodsID": 373913035272,
"brandId": "",
"goodsName": "夏季休闲女鞋皮鞋爆款网红单鞋",
"shareDesc": "【极速退款】夏季休闲女鞋皮鞋爆款网红单鞋",
"goodsType": 1,
"localGroups": [],
"hasLocalGroup": 0,
"topGallery": [
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/ea26f652-6564-4a22-8acc-959e737c3ff3.jpeg.a.jpeg",
"id": 774736340916,
"aspectRatio": 1
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/3b134f05-aaf7-4727-bcba-f69291d628fd.jpeg.a.jpeg",
"id": 774736340917,
"aspectRatio": 1
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/026fcee7-8d73-4f29-8025-365f65196a13.jpeg.a.jpeg",
"id": 774736340918,
"aspectRatio": 1
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/ddd07ff4-13d2-4689-a490-e791087578db.jpeg.a.jpeg",
"id": 774736340919,
"aspectRatio": 1
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/eb3de74e-6dee-4dbf-aa01-ced2dd255b84.jpeg.a.jpeg",
"id": 774736340920,
"aspectRatio": 1
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/ecd99a81-0b2b-48f7-91ee-3e0a8e3f8aed.jpeg.a.jpeg",
"id": 774736340921,
"aspectRatio": 1
}
],
"viewImageData": [
"https://img.pddpic.com/mms-material-img/2022-06-11/ea26f652-6564-4a22-8acc-959e737c3ff3.jpeg.a.jpeg",
"https://img.pddpic.com/mms-material-img/2022-06-11/3b134f05-aaf7-4727-bcba-f69291d628fd.jpeg.a.jpeg",
"https://img.pddpic.com/mms-material-img/2022-06-11/026fcee7-8d73-4f29-8025-365f65196a13.jpeg.a.jpeg",
"https://img.pddpic.com/mms-material-img/2022-06-11/ddd07ff4-13d2-4689-a490-e791087578db.jpeg.a.jpeg",
"https://img.pddpic.com/mms-material-img/2022-06-11/eb3de74e-6dee-4dbf-aa01-ced2dd255b84.jpeg.a.jpeg",
"https://img.pddpic.com/mms-material-img/2022-06-11/ecd99a81-0b2b-48f7-91ee-3e0a8e3f8aed.jpeg.a.jpeg"
],
"detailGallery": [
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/ea26f652-6564-4a22-8acc-959e737c3ff3.jpeg.a.jpeg",
"width": 800,
"height": 800
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/3b134f05-aaf7-4727-bcba-f69291d628fd.jpeg.a.jpeg",
"width": 800,
"height": 800
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/ddd07ff4-13d2-4689-a490-e791087578db.jpeg.a.jpeg",
"width": 800,
"height": 800
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/026fcee7-8d73-4f29-8025-365f65196a13.jpeg.a.jpeg",
"width": 800,
"height": 800
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/eb3de74e-6dee-4dbf-aa01-ced2dd255b84.jpeg.a.jpeg",
"width": 800,
"height": 800
},
{
"url": "https://img.pddpic.com/mms-material-img/2022-06-11/ecd99a81-0b2b-48f7-91ee-3e0a8e3f8aed.jpeg.a.jpeg",
"width": 800,
"height": 800
}
],
"videoGallery": [],
"descVideoGallery": [],
"mallID": 169170553,
"groupTypes": [
{
"requireNum": "1",
"price": "0",
"groupID": 72204045042,
"startTime": 1451577600,
"endTime": 2082729600,
"orderLimit": 999999
},
{
"requireNum": "2",
"price": "0",
"groupID": 72204045043,
"startTime": 1451577600,
"endTime": 2082729600,
"orderLimit": 999999
}
],
"skus": [
{
"skuId": 1194468971507,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/25e3a68a-0388-4bdd-8fbb-ef8b73709c39.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 0,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 0,
"isOnsale": 1,
"spec": "54780,48566",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "白色",
"spec_key_id": 8640,
"spec_value_id": 54780
},
{
"spec_key": "鞋码",
"spec_value": "35",
"spec_key_id": 26908,
"spec_value_id": 48566
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"previewPriority": 0,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\"hotLiveGroup\":null,\"vegetableHasAllowance\":null,\"vegetableSupplierPrice\":null,\"vegetableStorePercent\":null,\"vegetableIsZeroGoods\":null,\"vegetableSkuGroup\":null,\"vegetableRegularLimitNumber\":null,\"vegetableArchived\":null,\"vegetableSkuOptions\":null}",
"groupTip": "券前¥99",
"groupTipType": 5,
"groupTipColor": "#58595B",
"groupTipFont": 14,
"normalSavePrice": "64",
"priceDisplay": {
"prefix": "新客",
"rmb": "¥",
"price": "97"
},
"skuID": 1194468971507,
"skuExpansionPrice": "0"
},
{
"skuId": 1194468971508,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/25e3a68a-0388-4bdd-8fbb-ef8b73709c39.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 760,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 100,
"isOnsale": 1,
"spec": "54780,48567",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "白色",
"spec_key_id": 8640,
"spec_value_id": 54780
},
{
"spec_key": "鞋码",
"spec_value": "36",
"spec_key_id": 26908,
"spec_value_id": 48567
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"yellowLabelList": [
{
"labelText": "2件5折",
"labelType": "single_goods_percentage_event"
},
{
"labelText": "满910减9",
"labelType": "mall_area_event"
}
],
"previewPriority": 2,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\"hotLiveGroup\":null,\"vegetableHasAllowance\":null,\"vegetableSupplierPrice\":null,\"vegetableStorePercent\":null,\"vegetableIsZeroGoods\":null,\"vegetableSkuGroup\":null,\"vegetableRegularLimitNumber\":null,\"vegetableArchived\":null,\"vegetableSkuOptions\":null}",
"groupTip": "券前¥99",
"groupTipType": 5,
"groupTipColor": "#58595B",
"groupTipFont": 14,
"normalSavePrice": "64",
"priceDisplay": {
"prefix": "新客",
"rmb": "¥",
"price": "97"
},
"skuID": 1194468971508,
"skuExpansionPrice": "0"
},
{
"skuId": 1194468971509,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/25e3a68a-0388-4bdd-8fbb-ef8b73709c39.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 0,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 0,
"isOnsale": 1,
"spec": "54780,26913",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "白色",
"spec_key_id": 8640,
"spec_value_id": 54780
},
{
"spec_key": "鞋码",
"spec_value": "37",
"spec_key_id": 26908,
"spec_value_id": 26913
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"previewPriority": 4,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\"hotLiveGroup\":null,\"vegetableHasAllowance\":null,\"vegetableSupplierPrice\":null,\"vegetableStorePercent\":null,\"vegetableIsZeroGoods\":null,\"vegetableSkuGroup\":null,\"vegetableRegularLimitNumber\":null,\"vegetableArchived\":null,\"vegetableSkuOptions\":null}",
"groupTip": "券前¥99",
"groupTipType": 5,
"groupTipColor": "#58595B",
"groupTipFont": 14,
"normalSavePrice": "64",
"priceDisplay": {
"prefix": "新客",
"rmb": "¥",
"price": "97"
},
"skuID": 1194468971509,
"skuExpansionPrice": "0"
},
{
"skuId": 1194468971510,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/25e3a68a-0388-4bdd-8fbb-ef8b73709c39.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 0,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 0,
"isOnsale": 1,
"spec": "54780,48568",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "白色",
"spec_key_id": 8640,
"spec_value_id": 54780
},
{
"spec_key": "鞋码",
"spec_value": "38",
"spec_key_id": 26908,
"spec_value_id": 48568
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"previewPriority": 6,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\"hotLiveGroup\":null,\"vegetableHasAllowance\":null,\"vegetableSupplierPrice\":null,\"vegetableStorePercent\":null,\"vegetableIsZeroGoods\":null,\"vegetableSkuGroup\":null,\"vegetableRegularLimitNumber\":null,\"vegetableArchived\":null,\"vegetableSkuOptions\":null}",
"groupTip": "券前¥99",
"groupTipType": 5,
"groupTipColor": "#58595B",
"groupTipFont": 14,
"normalSavePrice": "64",
"priceDisplay": {
"prefix": "新客",
"rmb": "¥",
"price": "97"
},
"skuID": 1194468971510,
"skuExpansionPrice": "0"
},
{
"skuId": 1194468971511,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/25e3a68a-0388-4bdd-8fbb-ef8b73709c39.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 0,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 0,
"isOnsale": 1,
"spec": "54780,51553",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "白色",
"spec_key_id": 8640,
"spec_value_id": 54780
},
{
"spec_key": "鞋码",
"spec_value": "39",
"spec_key_id": 26908,
"spec_value_id": 51553
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"previewPriority": 8,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\"hotLiveGroup\":null,\"vegetableHasAllowance\":null,\"vegetableSupplierPrice\":null,\"vegetableStorePercent\":null,\"vegetableIsZeroGoods\":null,\"vegetableSkuGroup\":null,\"vegetableRegularLimitNumber\":null,\"vegetableArchived\":null,\"vegetableSkuOptions\":null}",
"groupTip": "券前¥99",
"groupTipType": 5,
"groupTipColor": "#58595B",
"groupTipFont": 14,
"normalSavePrice": "64",
"priceDisplay": {
"prefix": "新客",
"rmb": "¥",
"price": "97"
},
"skuID": 1194468971511,
"skuExpansionPrice": "0"
},
{
"skuId": 1194468971512,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/026fcee7-8d73-4f29-8025-365f65196a13.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 0,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 0,
"isOnsale": 1,
"spec": "49751,48566",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "黑色",
"spec_key_id": 8640,
"spec_value_id": 49751
},
{
"spec_key": "鞋码",
"spec_value": "35",
"spec_key_id": 26908,
"spec_value_id": 48566
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"previewPriority": 1,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\"hotLiveGroup\":null,\"vegetableHasAllowance\":null,\"vegetableSupplierPrice\":null,\"vegetableStorePercent\":null,\"vegetableIsZeroGoods\":null,\"vegetableSkuGroup\":null,\"vegetableRegularLimitNumber\":null,\"vegetableArchived\":null,\"vegetableSkuOptions\":null}",
"groupTip": "券前¥99",
"groupTipType": 5,
"groupTipColor": "#58595B",
"groupTipFont": 14,
"normalSavePrice": "64",
"priceDisplay": {
"prefix": "新客",
"rmb": "¥",
"price": "97"
},
"skuID": 1194468971512,
"skuExpansionPrice": "0"
},
{
"skuId": 1194468971513,
"goodsId": 373913035272,
"thumbUrl": "https://img.pddpic.com/mms-material-img/2022-06-11/026fcee7-8d73-4f29-8025-365f65196a13.jpeg.a.jpeg",
"initQuantity": 0,
"quantity": 0,
"limitQuantity": 999999,
"soldQuantity": 0,
"defaultQuantity": 0,
"isOnsale": 1,
"spec": "49751,48567",
"specs": [
{
"spec_key": "颜色分类",
"spec_value": "黑色",
"spec_key_id": 8640,
"spec_value_id": 49751
},
{
"spec_key": "鞋码",
"spec_value": "36",
"spec_key_id": 26908,
"spec_value_id": 48567
}
],
"price": 0,
"normalPrice": "163",
"groupPrice": "99",
"oldGroupPrice": 9900,
"marketPrice": 0,
"weight": 0,
"previewPriority": 3,
"startTime": 0,
"endTime": 0,
"staticLimitQuantity": 999999,
"attribute": "{\"mg\":null,\"lampInstallInfo\":null,\"ticketRuleId\":null,\"tenBillionSpikeGlobalLowPrice\":null,\"vegetableRuleId\":null,\"skuPreSaleTime\":0,\&#