curl --location --request GET '/store/shipping/template/detail/' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": {
"shipping_template_id": 0,
"name": "string",
"type": 0,
"appoint": 0,
"undelivery": 0,
"mer_id": 0,
"sort": 0,
"create_time": "string",
"free": [
{
"shipping_template_free_id": 0,
"temp_id": 0,
"city_id": [
[
"string"
]
],
"number": 0,
"price": "string"
}
],
"region": [
{
"shipping_template_region_id": 0,
"temp_id": 0,
"city_id": [
[
"string"
]
],
"first": "string",
"first_price": "string",
"continue": "string",
"continue_price": "string"
}
],
"undelives": {
"shipping_template_undelivery_id": 0,
"temp_id": 0,
"city_id": [
[
"string"
]
]
}
}
}