Skip to main content
POST
Create Address

Authorization

string
required
Bearer token. Format: Bearer qwoty_your_token

Request Body

string
required
UUID of the customer this address belongs to
string
required
Address type. Allowed values: "billing", "shipping"
string
required
Street address
string
required
City
string
required
Postal/ZIP code
string
required
Country code (ISO 3166-1 alpha-2, e.g., "FR", "US", "DE")
string
Label for this address (e.g., "Head office", "Warehouse")
string
Secondary address line (apartment, floor, etc.)
string
State or region
string
UUID of the contact associated with this address
string
Internal comment
string
External CRM ID
string
External ERP ID
string
External accounting ID

Examples

Response

boolean
true if the address was created
object
The created address object (same shape as Get Address)