curl --location '/shipping/carriers?to_country=undefined&to_postal_code=undefined&weight=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"count": 2,
"carriers": [
{
"id": "lpf_standard",
"name": "La Poste - Lettre Suivie",
"code": "laposte",
"hasServicePoints": false,
"apiProvider": "laposte",
"countries": [
"FR",
"BE"
],
"enabledCountries": [
"FR",
"BE",
"LU"
],
"price": 2.3,
"weightTier": 0,
"priceTiers": {
"0": 2.3,
"250": 3
},
"minWeight": 0,
"maxWeight": 3000
}
]
}