List courier service integrated
GET
/api/v1/public/couriers/integrated/{{courier_integration_id}}/service/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/v1/public/couriers/integrated/{{courier_integration_id}}/service/list' \
--header 'Authorization;'
Response Response Example
{
"status_code": 0,
"data": [
{
"id": 0,
"service_code": "string",
"priority": 0,
"is_active": true,
"is_delete": true,
"created_time": 0,
"updated_time": 0,
"courier": 0,
"courier_service": {
"id": 0,
"country": "string",
"partner_code": "string",
"code": "string",
"name": "string",
"estimate_time": "string",
"support_check_content": true,
"support_use_insurance": true,
"support_partial_delivery": true,
"is_fulfill_now": true,
"only_fulfill": true,
"platform": "string",
"courier": 0,
"original_courier": 0
},
"integration": 0
}
],
"error": true,
"error_code": null,
"log_id": null,
"messages": "string",
"total": 0
}
Request
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}