---
title: "Update Location"
method: PUT
path: "/fulfillments/locations/{id}"
tags: ["Fulfillments::Location"]
---

# Update Location

`PUT /fulfillments/locations/{id}`

Update Location

## Path parameters

- `id` string, required

## Request body

- object
  - `fulfillments_location` FulfillmentsLocationParametersUpdate — Locations
    - `name` string — Location name
    - `address_name` string — Address name
    - `email_address` string — Email address
    - `phone_number` string, nullable — Phone number
    - `archived` boolean — Indicates if the location is archived
    - `external_app` boolean — Indicates a location managed by an external integration. Only to be used for requests made with Oauth 2.0 access tokens. External app locations do not need to provide an address.
    - `address` object
      - `address_one` string — The first line of the address
      - `address_two` string — The second line of the address
      - `city` string — The city
      - `region` string — The state or province
      - `country` string — The country (ISO2 code)
      - `postal_code` string — The postal code

## Response `200`

OK

- FulfillmentsLocationAttributes — Locations
  - `id` integer — Location ID
  - `public_id` string, nullable — Public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Location name
  - `address_name` string — Address name
  - `email_address` string — Email address
  - `phone_number` string, nullable — Phone number
  - `sort_order` integer, nullable — Sort order
  - `archived` boolean — Indicates if the location is archived
  - `external_app` boolean, nullable — External app
  - `created_at` string, nullable — Added
  - `updated_at` string, nullable — Updated
  - `address` object — Locations
    - `address_one` string, nullable — Address line 1
    - `address_two` string, nullable — Address line 2
    - `city` string, nullable — City
    - `region` string, nullable — Region
    - `country` string, nullable — Country
    - `postal_code` string, nullable — Postal code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
