GET api/Temu/getGoodsDet?goodsId={goodsId}&acctid={acctid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| goodsId | string |
Required |
|
| acctid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
goodsDetailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| result | goodsDetailResult |
None. |
|
| json | string |
None. |
|
| success | boolean |
None. |
|
| requestId | string |
None. |
|
| errorCode | integer |
None. |
|
| errorMsg | string |
None. |
|
| error_code | string |
None. |
|
| error_msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {
"skuList": [
{
"specIdList": [
1,
2
],
"images": [
"sample string 1",
"sample string 2"
],
"externalProductType": {},
"multiplePackage": {},
"productExpressInfo": {
"weightInfo": {
"unit": "sample string 1",
"weight": "sample string 2"
},
"volumeInfo": {
"unit": "sample string 1",
"length": "sample string 2",
"width": "sample string 3",
"height": "sample string 4"
}
},
"outSkuSn": "sample string 3",
"externalProductId": {},
"referenceLink": {},
"retailPrice": {
"amount": "sample string 1",
"currency": "sample string 2"
},
"skuId": 1,
"listPrice": {}
},
{
"specIdList": [
1,
2
],
"images": [
"sample string 1",
"sample string 2"
],
"externalProductType": {},
"multiplePackage": {},
"productExpressInfo": {
"weightInfo": {
"unit": "sample string 1",
"weight": "sample string 2"
},
"volumeInfo": {
"unit": "sample string 1",
"length": "sample string 2",
"width": "sample string 3",
"height": "sample string 4"
}
},
"outSkuSn": "sample string 3",
"externalProductId": {},
"referenceLink": {},
"retailPrice": {
"amount": "sample string 1",
"currency": "sample string 2"
},
"skuId": 1,
"listPrice": {}
}
],
"customized": true,
"goodsServicePromise": {
"shipmentLimitDay": 1,
"costTemplateId": "sample string 1",
"fulfillmentType": 1
},
"sourceSiteInfo": {},
"itemTaxCode": "sample string 2",
"goodsId": 1,
"goodsSizeChartList": {},
"goodsProperties": [
{
"specId": {},
"templateModuleId": {},
"note": {},
"parentSpecId": {},
"groupId": {},
"valueUnit": {},
"pid": 1,
"templatePid": 1,
"vid": 1,
"imgUrl": {},
"parentSpecName": {},
"valueUnitId": {},
"subGroupId": {},
"numberInputValue": {},
"multiLineInputValue": {},
"value": "sample string 13",
"refPid": 1
},
{
"specId": {},
"templateModuleId": {},
"note": {},
"parentSpecId": {},
"groupId": {},
"valueUnit": {},
"pid": 1,
"templatePid": 1,
"vid": 1,
"imgUrl": {},
"parentSpecName": {},
"valueUnitId": {},
"subGroupId": {},
"numberInputValue": {},
"multiLineInputValue": {},
"value": "sample string 13",
"refPid": 1
}
],
"goodsOriginInfo": {
"originRegionName1": "sample string 1",
"originRegionName2": {}
},
"importDesignation": {},
"subStatus": 1,
"catId": 1,
"targetSiteInfo": {},
"outGoodsSn": "sample string 6",
"bulletPoints": {},
"goodsName": "sample string 8",
"secondHand": {},
"goodsGallery": {
"detailVideo": {},
"carouselVideo": {},
"detailImage": {}
},
"productType": 1,
"goodsDesc": {},
"goodsTrademark": {
"trademarkBizId": {},
"trademarkId": {},
"brandId": {}
},
"goodsSizeImage": {}
},
"json": "sample string 1",
"success": true,
"requestId": "sample string 2",
"errorCode": 1,
"errorMsg": "sample string 3",
"error_code": "sample string 4",
"error_msg": "sample string 5"
}
application/xml, text/xml
Sample:
<goodsDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TemuProgToolService.Models">
<errorCode>1</errorCode>
<errorMsg>sample string 3</errorMsg>
<error_code>sample string 4</error_code>
<error_msg>sample string 5</error_msg>
<json>sample string 1</json>
<requestId>sample string 2</requestId>
<success>true</success>
<result>
<bulletPoints />
<catId>1</catId>
<customized>true</customized>
<goodsDesc />
<goodsGallery>
<carouselVideo />
<detailImage />
<detailVideo />
</goodsGallery>
<goodsId>1</goodsId>
<goodsName>sample string 8</goodsName>
<goodsOriginInfo>
<originRegionName1>sample string 1</originRegionName1>
<originRegionName2 />
</goodsOriginInfo>
<goodsProperties>
<GoodsProperty>
<groupId />
<imgUrl />
<multiLineInputValue />
<note />
<numberInputValue />
<parentSpecId />
<parentSpecName />
<pid>1</pid>
<refPid>1</refPid>
<specId />
<subGroupId />
<templateModuleId />
<templatePid>1</templatePid>
<value>sample string 13</value>
<valueUnit />
<valueUnitId />
<vid>1</vid>
</GoodsProperty>
<GoodsProperty>
<groupId />
<imgUrl />
<multiLineInputValue />
<note />
<numberInputValue />
<parentSpecId />
<parentSpecName />
<pid>1</pid>
<refPid>1</refPid>
<specId />
<subGroupId />
<templateModuleId />
<templatePid>1</templatePid>
<value>sample string 13</value>
<valueUnit />
<valueUnitId />
<vid>1</vid>
</GoodsProperty>
</goodsProperties>
<goodsServicePromise>
<costTemplateId>sample string 1</costTemplateId>
<fulfillmentType>1</fulfillmentType>
<shipmentLimitDay>1</shipmentLimitDay>
</goodsServicePromise>
<goodsSizeChartList />
<goodsSizeImage />
<goodsTrademark>
<brandId />
<trademarkBizId />
<trademarkId />
</goodsTrademark>
<importDesignation />
<itemTaxCode>sample string 2</itemTaxCode>
<outGoodsSn>sample string 6</outGoodsSn>
<productType>1</productType>
<secondHand />
<skuList>
<Sku>
<externalProductId />
<externalProductType />
<images xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</images>
<listPrice />
<multiplePackage />
<outSkuSn>sample string 3</outSkuSn>
<productExpressInfo>
<volumeInfo>
<height>sample string 4</height>
<length>sample string 2</length>
<unit>sample string 1</unit>
<width>sample string 3</width>
</volumeInfo>
<weightInfo>
<unit>sample string 1</unit>
<weight>sample string 2</weight>
</weightInfo>
</productExpressInfo>
<referenceLink />
<retailPrice>
<amount>sample string 1</amount>
<currency>sample string 2</currency>
</retailPrice>
<skuId>1</skuId>
<specIdList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</specIdList>
</Sku>
<Sku>
<externalProductId />
<externalProductType />
<images xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</images>
<listPrice />
<multiplePackage />
<outSkuSn>sample string 3</outSkuSn>
<productExpressInfo>
<volumeInfo>
<height>sample string 4</height>
<length>sample string 2</length>
<unit>sample string 1</unit>
<width>sample string 3</width>
</volumeInfo>
<weightInfo>
<unit>sample string 1</unit>
<weight>sample string 2</weight>
</weightInfo>
</productExpressInfo>
<referenceLink />
<retailPrice>
<amount>sample string 1</amount>
<currency>sample string 2</currency>
</retailPrice>
<skuId>1</skuId>
<specIdList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</specIdList>
</Sku>
</skuList>
<sourceSiteInfo />
<subStatus>1</subStatus>
<targetSiteInfo />
</result>
</goodsDetailResponse>