Get rate
documentedGet details for a specific rate.
GET /v2/rates/{rate_id}Ratesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.shipstation.com/v2/rates/{{$rate_id}}" \\n -X GET \\n -H "Content-Type: application/json" \\n -H "Accept: application/json" \\n -H "API-Key: {{SHIPSTATION_API_KEY}}"