Last updated 3 months ago
OK
Mode identifier.
1
Mode name.
"Air"
const response = await fetch('https://api.shiptify.com/dictionary/shipment-modes', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 1, "name": "Air" } ]