# Get Shippo shipping rates based on the sender's and recipient's address and parcel details Endpoint: GET /transactions/{transaction_id}/shippo_shipping_rates Version: 0.1.0 Security: OAuth2 ## Path parameters: - `transaction_id` (integer, required) ## Response 200 fields (application/json): - `amount` (string, required) - `amount_local` (string, required) - `arrives_by` (string) - `attributes` (array, required) - `currency` (string, required) - `currency_local` (string, required) - `duration_terms` (string, required) - `estimated_days` (integer, required) - `id` (string, required) - `provider` (string, required) - `provider_image` (string, required) ## Response 400 fields (application/json): - `code` (string, required) Example: "negative_price" - `error` (string, required) A contextual description of the error that occurred. When handling errors the field should be used to determine the type of error that occurred, as the text in the field may change unexpectedly. Example: "`price` cannot be negative"