Last Updated on : 2024-01-12 02:39:34download
Get a list of logistics companies according to the specified site.
GET: /v1.0/sellercenter/logistics-companies
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
site_code | String | query | true | The code of a specified site. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
code | String | The code of a specified logistics company. |
name | String | The name of a specified logistics company. |
GET: /v1.0/sellercenter/logistics-companies?site_code=SITE_CODE
{
"result": [
{
"code": "brazilpo****",
"name": "BRAZILPO****"
},
{
"code": "postdanma****",
"name": "POSTDANMA****"
}
],
"t": 1635170043475,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback