v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBCustomers
Create customer address
post/v3/customers/{id}/address
Path parameters
idstring required
Request body
Example request
{
"line1": "123 Main St",
"line2": "Apt 1",
"postalCode": "10001",
"city": "New York",
"state": "NY",
"country": "US",
"addressee": "John Doe",
"isDefaultBilling": true,
"isDefaultShipping": true
}Response
Created address