CustomerAddresses

Add a Customer Address

post/api/v1/customers/{customerId}/addresses

Path parameters

customerIdinteger required

The Customer Id

The Customer Id

Request body

idinteger
created_datestring date-time nullable
modified_datestring date-time nullable
customer_idinteger
is_preferred_billing_addressboolean
is_preferred_shipping_addressboolean
first_namestring nullable
last_namestring nullable
companystring nullable
addressstring required
address2string nullable
townstring required
countystring nullable
countrystring required
friendly_countrystring nullable
post_codestring required
telephonestring nullable
faxstring nullable

Response

The added Customer Address

metaobject nullable
errorsobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.