# Get Rates Retrieves shipping rates for the specified shipping details. Use this endpoint to compare rates across different carriers and services before creating a shipping label. The request requires origin and destination information, along with package weight. Dimensions and other options can be provided for more accurate rate calculations. > **NOTE:** For UPS rates, the `toState` field is **required** in the destination address. ## Related Resources - [Address Model](/apis/shipstation-v1/docs/models/address) - [Weight Model](/apis/shipstation-v1/docs/models/weight) - [Dimensions Model](/apis/shipstation-v1/docs/models/dimensions) - [Create Shipment Label](/apis/shipstation-v1/docs/shipments/create-label)