{"templateId":"markdown","versions":[{"version":"shipstation-v2","label":"ShipStation V2 API","link":"/apis/shipstation-v2/docs/reference/update-warehouse","default":true,"active":false,"folderId":"58c9a61d"},{"version":"shipengine","label":"ShipStation API (formerly ShipEngine)","link":"/apis/shipengine/docs/reference/update-warehouse","default":false,"active":true,"folderId":"58c9a61d"},{"version":"shipstation-v1","label":"ShipStation V1 API","link":"/apis/shipstation-v1/docs/reference/update-warehouse","default":false,"active":false,"folderId":"58c9a61d"}],"sharedDataIds":{"sidebar":"sidebar-apis/@shipengine/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Update a Warehouse","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":"update-a-warehouse","__idx":0},"children":["Update a Warehouse"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you need to change the name, origin address, or return address for an existing warehouse, you can use the PUT method with the warehouses endpoint."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements","__idx":1},"children":["Requirements"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Include the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["warehouse_id"]}," for the warehouse you wish to update as a parameter in the endpoint for the request."]}]},{"$$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":["PUT /v1/warehouses/:warehouse_id"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"PUT /v1/warehouses/se-17008 HTTP/1.1\nHost: api.shipengine.com\nAPI-Key: __YOUR_API_KEY_HERE__\nContent-Type: application/json\n\n{\n  \"warehouse_id\": \"se-17008\",\n  \"name\": \"Example Corp East Warehouse\",\n  \"origin_address\": {\n    \"company_name\": \"Example Corp.\",\n    \"name\": \"John Doe\",\n    \"phone\": \"111-111-1111\",\n    \"email\": \"recipient@example.com\",\n    \"address_line1\": \"4009 Marathon Blvd\",\n    \"address_line2\": \"Suite 300\",\n    \"city_locality\": \"Austin\",\n    \"state_province\": \"TX\",\n    \"postal_code\": \"78756\",\n    \"country_code\": \"US\",\n    \"address_residential_indicator\": \"no\"\n  },\n  \"return_address\": {\n    \"name\": \"Example Corp. Returns\",\n    \"phone\": \"222-222-2222\",\n    \"email\": \"sender@example.com\",\n    \"company_name\": \"Example Corp.\",\n    \"address_line1\": \"345 Chambers Street\",\n    \"address_line2\": \"Suite 100\",\n    \"city_locality\": \"New York City\",\n    \"state_province\": \"NY\",\n    \"postal_code\": \"10282\",\n    \"country_code\": \"US\"\n  }\n}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If successful, returns status ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTP 204, (No Content)"]},"."]}]},"headings":[{"value":"Update a Warehouse","id":"update-a-warehouse","depth":1},{"value":"Requirements","id":"requirements","depth":2},{"value":"Example Request","id":"example-request","depth":2}],"frontmatter":{"seo":{"title":"Update a Warehouse"}},"lastModified":"2026-04-08T10:47:45.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/shipengine/docs/reference/update-warehouse","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}