Last Updated on : 2024-01-12 02:38:39download
Get the information about a store according to the unique code of the store. For example, the currency and bound app of the store can be returned.
GET: /v1.0/sellercenter/mall/info/{mall_code}
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| mall_code | String | uri | true | The code of a specified mall. |
| site_code | String | query | true | The code of a specified site. |
| Parameter name | Type | Description |
|---|---|---|
| result | MallOpenApiInfoVO | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| mall_code | String | The code of a specified mall. |
| mall_name | String | The name of a specified mall. |
| logo_icon | String | The icon of a specified mall. |
| bind_app_info | List | The information about the bound mall. |
| paid_types | List | The payment method. Valid values:
|
| currency | String | The type of currency. |
| status | Integer | The status of a specified mall. Valid values:
|
Description of bind_app_info
| Parameter name | Type | Description |
|---|---|---|
| name | String | The name of a specified app. |
| status | Integer | The status of a specified app. Valid values:
|
GET: /v1.0/sellercenter/mall/info/8h4tiuredd***?site_code=CN
{
"result": {
"mall_code": "my-mallCode",
"logo_icon": "Commodity logo",
"paid_types": [
"wechat_pay"
],
"bind_app_info": [
{
"name": "appName",
"status": 1
}
],
"mall_name": "Mall name",
"currency": "",
"status": 1
},
"t": 1624957508619,
"success": true
}
For more information, see error code.
Error codes | Error code | Error message | Description | | --- | --- | --- | | 2000000 | params error | Parameter error. | | 2001000 | shop does not exist | The store does not exist. |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback