action shipengine_estimate_rates { label: "Estimate Rates" description: "Get Rate Estimates" provider: shipengine method: POST path: "/v1/rates/estimate" encoding: json input: { type: "object" description: "A rate estimate request body" required: ["from_city_locality", "from_country_code", "from_postal_code", "from_state_province", "ship_date", "to_city_locality", "to_country_code", "to_postal_code", "to_state_province", "weight"] additionalProperties: false } output: { type: "array" description: "A rate estimate response body" items: { type: "object" } } }