Add Account Contact
Creates a new CustomerContact for a customer account, for example, a new shipping address.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the customer account to contain the new CustomerContact.
Query Parameters
limits which fields are returned in the response body
Body
Properties of the new CustomerContact. Required properties: CustomerContact.Email, ContactType.
CustomerContact information for a customer account including the name, company, phone numbers, email addresses, and billing and shipping addresses (if supplied).
Response
Success
CustomerContact information for a customer account including the name, company, phone numbers, email addresses, and billing and shipping addresses (if supplied).

