Create Address
Addresses
Create Address
Create a new address linked to a customer
POST
Create Address
Authorization
Bearer token. Format:
Bearer qwoty_your_tokenRequest Body
UUID of the customer this address belongs to
Address type. Allowed values:
"billing", "shipping"Street address
City
Postal/ZIP code
Country code (ISO 3166-1 alpha-2, e.g.,
"FR", "US", "DE")Label for this address (e.g.,
"Head office", "Warehouse")Secondary address line (apartment, floor, etc.)
State or region
UUID of the contact associated with this address
Internal comment
External CRM ID
External ERP ID
External accounting ID
Examples
Response
true if the address was createdThe created address object (same shape as Get
Address)

