Last Updated on : 2022-09-27 06:12:17download
Get the detailed information about a commodity according to the unique code of a commodity.
GET: /v1.0/sellercenter/commodity/detail/{commodity_code}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
mall_code | String | query | true | The code of the mall. |
commodity_code | String | uri | true | The unique code of a specified commodity. |
lang | String | query | true | The language. |
Parameter name | Type | Description |
---|---|---|
result | CommodityDetailOpenApiVO |
Description of result
Parameter name | Type | Description |
---|---|---|
commodity_code | String | The unique code of a specified commodity. |
title | String | The title of a specified commodity. |
description | String | The description of a specified commodity. |
brand | String | The brand of a specified commodity. |
code | String | The code of a specified mall. |
pid | String | The product ID (PID) of a specified commodity. |
first_category_code | String | The code of the level-1 category. |
second_category_code | String | The code of the level-2 category. |
third_category_code | String | The code of the level-3 category. |
show_pictures | List | The displayed image. |
detail_pictures | List | The image of details. |
video | String | The video. |
video_pic | String | The cover image of the video. |
sku_list | List | The list of SKUs. |
postage_type | Integer | The postage type. Valid values: 1 : free shipping. 2 : fixed postage. |
postage_fee | Double | The postage fee. |
install_type | Integer | The installation type. Valid values: 1 : no need to install. 2 : on-site installation. 3 : installation by users. |
install_fee | Double | The installation fee. |
is_jump | Boolean | Indicates whether commodity navigation is enabled. Valid values: true : yes. false : no. |
jump_link | String | The navigation link of a specified commodity. |
publish | Boolean | Indicates whether a commodity is released. Valid values: true : yes. false : no. |
Description of sku_list
Parameter name | Type | Description |
---|---|---|
sku_code | String | The unique code of a specified SKU. |
original_price | Double | The original price. |
sale_price | Double | The sales price. |
inventory | Integer | The inventory. |
weight | Double | The weight. |
external_code | String | The external code. |
sku_attr_list | List | The list of SKU attributes. |
Description of sku_attr_list
Parameter name | Type | Description |
---|---|---|
attr_code | String | The unique code of a specified attribute. |
attr_name | String | The name of a specified attribute. |
attr_value_id | Long | The ID of a specific attribute value. |
attr_value_name | String | The name of a specific attribute value. |
GET: /v1.0/sellercenter/commodity/detail/CMaov6tvgvwe10
For more information, see error code.
Error code | Error code | Description | |:----|:----| | 2000000 | Parameter error. |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback