Skip to main content
POST
Add an address to a customer

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Path Parameters

customerId
string
default:""
required

Customer id

Body

application/json
address
object
required

Address details

type
enum<string>
required

Address type

Available options:
BILLING,
SHIPPING,
RESIDENCE

Response

Address is created

Customer address

addressDetails
object

Address details.

customerId
string

Customer id

id
string

Unique identifier for this customer address

status
enum<string>

Address status

Available options:
ACTIVE,
INACTIVE
type
enum<string>

Address type

Available options:
BILLING,
SHIPPING,
RESIDENCE