Update Address
Addresses
Update Address
Partially update an address
PATCH
Update Address
Authorization
Bearer token. Format:
Bearer qwoty_your_tokenPath Parameters
UUID of the address to update
Request Body
All fields are optional. Only the fields provided will be updated.Address type. Allowed values:
"billing", "shipping"Address label. Set to
null to unset.Street address
Secondary address line. Set to
null to unset.City
State or region. Set to
null to unset.Postal/ZIP code
Country code (ISO 3166-1 alpha-2)
UUID of the associated contact. Set to
null to unset.Internal comment. Set to
null to unset.External CRM ID
External ERP ID
External accounting ID
customer_id cannot be changed after creation.Examples
Response
true if the update succeededThe updated address object (same shape as Get
Address)

