---
title: "Update Order Address List"
method: PUT
path: "/v1/channel/order/address-update"
tags: ["Order"]
---

# Update Order Address List

`PUT /v1/channel/order/address-update`

Address update for existing orders

## Request body

- OrderAddressUpdateList
  - `orderList` OrderAddressUpdate[], required
    - `sellerId` string, required — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
    - `orderId` string, required
    - `billingAddress` Address
      - `firstName` string
      - `lastName` string, required
      - `gender` 'male' | 'female' | 'diverse'
      - `companyName` string
      - `street` string, required
      - `houseNumber` string
      - `addition` string
      - `postcode` string
      - `city` string, required
      - `phone` string
      - `country` string, required
      - `state` string, nullable
    - `shippingAddress` Address
      - `firstName` string
      - `lastName` string, required
      - `gender` 'male' | 'female' | 'diverse'
      - `companyName` string
      - `street` string, required
      - `houseNumber` string
      - `addition` string
      - `postcode` string
      - `city` string, required
      - `phone` string
      - `country` string, required
      - `state` string, nullable
    - `buyer` OrderBuyer
      - `email` string, email
      - `vatId` string

## Response `200`

Call was overall successful but some items can be faulty

- ErrorResponseList
  - `errorList` object[], nullable
    - `code` string
    - `message` string
    - `severity` 'error' | 'warning' | 'info'
    - `hint` string, nullable

## Other responses

- `201` — Address updated successful
- `401` — Access forbidden, invalid or unknown Token was used.
- `404` — Requested resource not found.
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
