{
"id": 1,
"type": "simple",
"name": {
"__": "Standard shipping",
"sl": "Standardna dostava"
},
"label": "Standard shipping",
"active": true,
"skip_address": false,
"order_weight": 1
}
... //a second option: in-store pick-up, currently switched off
{
"id": 2,
"type": "free",
"name": {
"__": "In-store pick-up"
},
"label": null,
"active": false,
"skip_address": true,
"order_weight": 2
}