Create Physical Address

Create Physical Address

This endpoint is used to create a customer address. Some operations require the customer to have a registered address.

POST {{Environment_URL}}/customers/v1/partner/physical/:cpf/addresses

Headers

Name
Value

Authorization

Bearer <token>

Path Params

Key
Description
Required
Data Type
Example

cpf

CPF in format 00000000000

true

String

12345678900

Body params

Key
Type
Required
Description

nickname

string

No

Nickname or label for the address.

street

string

Yes

Street name of the address.

number

number

Yes

Address number.

complement

string

No

Additional address details (e.g., apartment, block).

neighborhood

string

Yes

Neighborhood of the address.

city

string

Yes

City of the address.

state

string

Yes

State or province.

zipCode

string

Yes

Postal code (ZIP code).

country

string

No

Country of the address.

default

boolean

Yes

Indicates whether this is the default address.

Request Body

Response