Update an address for a customer
Updates an address for a customer using its ID and related customer ID.
If successful, your response includes a copy of the updated address entity.
Path Parameters
Paddle ID of the customer entity to work with.
Paddle ID of the address entity to work with.
Request Body
Memorable description for this address.
First line of this address.
Second line of this address.
City of this address.
ZIP or postal code of this address. Required for some countries.
State, county, or region of this address.
Supported two-letter ISO 3166-1 alpha-2 country code for this address.
Your own structured key-value data.
Whether this entity can be used in Paddle.
Response
Represents an address entity.
Unique Paddle ID for this address entity, prefixed with add_
.
Paddle ID for the customer related to this address, prefixed with cus_
.
Memorable description for this address.
First line of this address.
Second line of this address.
City of this address.
ZIP or postal code of this address. Required for some countries.
State, county, or region of this address.
Supported two-letter ISO 3166-1 alpha-2 country code for this address.
Your own structured key-value data.
Whether this entity can be used in Paddle.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Import information for this entity. null
if this entity is not imported.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
1234567891{
2 "description": "California Office",
3 "first_line": "5400 E Washington Drive, Floor 2",
4 "city": "San Jose",
5 "region": "CA",
6 "custom_data": {
7 "crm_id": "08bcfb7a-41d8-4747-9ade-3d885c287d0f"
8 }
9}