Customer 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
Changes
No recorded changes to this endpoint across all 1 revision of this API.