Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api-sb.meld.io/accounts/customers/{customerId}/addresses \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "type": "BILLING" } '
{ "addressDetails": { "city": "<string>", "country": "<string>", "lineOne": "<string>", "lineTwo": "<string>", "postalCode": "<string>", "region": "<string>" }, "customerId": "<string>", "id": "<string>" }
Customer id
Address details
Show child attributes
Address type
BILLING
SHIPPING
RESIDENCE
Address is created
Customer address
Address details.
Unique identifier for this customer address
Address status
ACTIVE
INACTIVE