curl --location '/shipping/rates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"to_country": "FR",
"to_postal_code": "75001",
"items": [
{
"modelId": "pvccard_white",
"packagingId": "aluminum_protection",
"quantity": 1
}
]
}'{
"success": true,
"weight": 110,
"volume": 42.5,
"envelope": {
"id": "custom",
"name": "Emballage spécial",
"weight": 50
},
"count": 2,
"carriers": [
{
"id": "lpf_standard",
"name": "La Poste - Lettre Suivie",
"code": "laposte",
"hasServicePoints": false,
"price": 3,
"weightTier": 250
}
]
}