/
ST
stalela
/
Stalela CIS (Customer Identity Service) API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
stalela
Stalela CIS (Customer Identity Service) API
put
Update an address
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-03-02
33
36
44.7 KB
Addresses
Update an address
put
/api/cis/v1/identities/{id}/addresses/{addressId}
Request body
UpdateAddressRequest
required
type
'PRIMARY'
|
'SECONDARY'
|
'BILLING'
|
'SHIPPING'
street1
string
street2
string
city
string
state
string
postalCode
string
country
string
Response
Address updated
Address
required
id
string
uuid
identityId
string
uuid
type
'PRIMARY'
|
'SECONDARY'
|
'BILLING'
|
'SHIPPING'
street1
string
street2
string
nullable
city
string
state
string
nullable
postalCode
string
nullable
country
string
ISO 3166-1 alpha-2
createdAt
string
date-time
updatedAt
string
date-time