{"templateId":"markdown","versions":[{"version":"shipstation-v2","label":"ShipStation V2 API","link":"/apis/shipstation-v2/docs/rates/estimate","default":true,"active":false,"folderId":"58c9a61d"},{"version":"shipengine","label":"ShipStation API (formerly ShipEngine)","link":"/apis/shipengine/docs/rates/estimate","default":false,"active":true,"folderId":"58c9a61d"},{"version":"shipstation-v1","label":"ShipStation V1 API","link":"/apis/shipstation-v1/docs/rates/estimate","default":false,"active":false,"folderId":"58c9a61d"}],"sharedDataIds":{"sidebar":"sidebar-apis/@shipengine/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Estimate a Rate","keywords":"shipping, labels, shipstation, documentation, api","siteUrl":"https://docs.shipstation.com","lang":"en-US","llmstxt":{"hide":false,"title":"ShipStation API LLM Docs","description":"Find links and references to all markdown documentation for use with LLMs","excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"estimate-a-rate","__idx":0},"children":["Estimate a Rate"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You may find it useful to quickly estimate a rate so you can, for example, add shipping charges to your customer's shopping cart. Estimates work by providing a subset of the information required to create a label using the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["/v1/rates/estimate"]}," endpoint. You can use this method to allow customers to quickly compare rates across services, carriers, and more without having to fill in all the information required to create a label."]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["NOTE:"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"limtations-of-rate-estimates","__idx":1},"children":["Limtations of Rate Estimates"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This endpoint does not support multi-package shipments or filtering using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rate_options"]}," property. You can filter by carrier using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["carrier_ids"]}," property."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When requesting an estimate, we recommend including the following for the best results:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Postal Code To"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Postal Code From"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Weight"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Dimensions (optional, but recommended)"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"example-request","__idx":2},"children":["Example Request"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["POST /v1/rates/estimate"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"POST /v1/rates/estimate HTTP/1.1\nHost: api.shipengine.com\nAPI-Key: __YOUR_API_KEY_HERE__\nContent-Type: application/json\n\n{\n  \"carrier_ids\": [\n    \"se-123890\"\n  ],\n  \"from_country_code\": \"US\",\n  \"from_postal_code\": \"78756\",\n  \"to_country_code\": \"US\",\n  \"to_postal_code\": \"95128\",\n  \"to_city_locality\": \"San Jose\",\n  \"to_state_province\": \"CA\",\n  \"weight\": {\n    \"value\": 1.0,\n    \"unit\": \"ounce\"\n  },\n  \"dimensions\": {\n    \"unit\": \"inch\",\n    \"length\": 5.0,\n    \"width\": 5.0,\n    \"height\": 5.0\n  },\n  \"confirmation\": \"none\",\n  \"address_residential_indicator\": \"no\"\n}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["IMPORTANT:"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"only-an-estimate","__idx":3},"children":["Only an Estimate!"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Rate estimates are not exact quotes. They do not include things like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["insurance_amount"]}," and may not include other items such as fuel surcharges, customs charges, or other carrier fees."]}]}]},"headings":[{"value":"Estimate a Rate","id":"estimate-a-rate","depth":1},{"value":"Limtations of Rate Estimates","id":"limtations-of-rate-estimates","depth":3},{"value":"Example Request","id":"example-request","depth":2},{"value":"Only an Estimate!","id":"only-an-estimate","depth":3}],"frontmatter":{"seo":{"title":"Estimate a Rate"}},"lastModified":"2026-04-08T10:47:45.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/shipengine/docs/rates/estimate","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}