- 1Merchant API
- 2Partner Apps APIs
- 3Shipping and Fulfilment API
- 4Twilight Themes
- 5Twilight JS SDK
- 6Twilight Web Components
- 7Salla CLI
- 8[ Internal ] Apps APIs
- 9[Internal] AI Services APIs
- 10这是一个长长长长长长长长长长长长的文件夹
- 11这是一个长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长的文件夹 Copy
List Shipping Companies
Develop Env
https://echo.apifox.com/anything
Develop Env
https://echo.apifox.com/anything
GET
https://echo.apifox.com/anything
Shipping Companies
Last modified:2025-02-20 07:53:20
Maintainer:Not configured
Note
"activation_type"
is set to:Scopes
shipping.read
- Shipping Read OnlyRequest
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://echo.apifox.com/anything/shipping/companies/'
Responses
🟢200Success
application/json
Body
status
number
optional
success
boolean
optional
data
array[object (Shipping Company) {5}]
optional
id
number
optional
Example:
441225901
name
string
optional
Example:
DHL
app_id
string
optional
Example:
112233445
activation_type
enum<string>
optional
Allowed values:
manualapi
slug
string | null
optional
activation_type
is set to manual
, a null
is returned; otherwise, you will receive a value.Example:
dhl
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1723506348,
"name": "سمسا",
"app_id": "1683195908",
"activation_type": "manual",
"slug": null
},
{
"id": 989286562,
"name": "ارامكس",
"app_id": "1311345502",
"activation_type": "manual",
"slug": null
},
{
"id": 2079537577,
"name": "البريد السعودي | سُبل",
"app_id": "88903443",
"activation_type": "manual",
"slug": null
},
{
"id": 814202285,
"name": "DHL Express",
"app_id": "827885927",
"activation_type": "api",
"slug": "dhl-express"
},
{
"id": 1130931637,
"name": "Ajeek",
"app_id": "1499493023",
"activation_type": "api",
"slug": "ajeek"
},
{
"id": 665151403,
"name": "أي مكان",
"app_id": "944213936",
"activation_type": "manual",
"slug": null
},
{
"id": 915304371,
"name": "UPS",
"app_id": "1218344689",
"activation_type": "api",
"slug": "ups"
},
{
"id": 1764372897,
"name": "فتشر",
"app_id": "2099547131",
"activation_type": "api",
"slug": "fetcher"
},
{
"id": 1378987453,
"name": "mlcGO",
"app_id": "1720219575",
"activation_type": "manual",
"slug": null
},
{
"id": 349994915,
"name": "سلاسة",
"app_id": "456034465",
"activation_type": "manual",
"slug": null
},
{
"id": 1096243131,
"name": "Storage Station",
"app_id": "1353087977",
"activation_type": "api",
"slug": "storage-station"
}
]
}

扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

