CarrierService Properties
Field | Field | Desc |
---|---|---|
id | string | |
cn_name | string | chinese name |
en_name | string | english name |
store_id | string | store id |
active | bool | if true means useable |
callback_url | string | shoplazza call third-party for calculating shipping rates. |
scope | string | The capabilities provided by third-party applications. eg:shipment、calculate(default) |
carrier_service_code | string | the code of an service provider that undertakes transportation |
logo | string | carrier service logo url |
short_desc | string | carrier A brief introduction |
create_at | string | the carrier service created time |
update_at | string | the carrier service update time latest |
Example
{
"carrier_service": {
"id": "1",
"cn_name": "shipzipserivce1",
"en_name": "",
"store_id": "70808",
"active": "true",
"callback_url": "http://",
"scope": "calculate",
"carrier_service_code": "shipzip",
"logo": "",
"short_desc": "more infos",
"create_at": "2024-07-01",
"update_at": "",
}
}