Skip to main content

Option (Set Preference)

This API is talking about how we show your 3pl preference on api, less to open then less response time

[POST] /api/mitra/v3/set_whitelist_services
info

Expedition preference only available for express delivery option

Set Preference (Express)

Request

FieldDataTypeNullableDesc
servicesarraytrueFill null to reset all settings

NB: Use empty json to reset settings

{
"services": ["jne","jnt","sicepat"]
}

Response

{
"status": true,
"text": "Success to set",
"method": "set_whitelist_services"
}