v1
latestOpenAPI 3.0.02026-07-2455104.8 MBCustomer Address
Create address
Create new customer address
post/api/v2/customers/{customerId}/addresses
Path parameters
customerIdstring required
Resource identifier.
Example:17
Customer's identifier
Request body
Example request
{
"type": "masterdata",
"street": "1234 main street",
"addressSupplement": "6th floor",
"zip": "12345",
"city": "sample town",
"country": "DE",
"state": "BY"
}Response
Resource successfully created response