---
title: "Update address"
method: PUT
path: "/2023-10/address/{addressId}"
---

# Update address

`PUT /2023-10/address/{addressId}`

This endpoint is used to update an existing address.
Rate limit - 5 / s

## Path parameters

- `addressId` integer, required

## Request body

- object
  - `address` object
    - `firstName` string
    - `lastName` string, required
    - `company` string
    - `phone` string
    - `address1` string, required
    - `address2` string
    - `city` string, required
    - `zip` string
    - `provinceCode` string
    - `countryCode` string, required
  - `updateSubscriptionAddress` '"SIMILAR"' | '"NONE"'

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` unknown
  - `code` string
  - `pageInfo` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
