Skip to main content
A contact is an individual or business entity that purchases products through your e-commerce platform. Commonly referred to as a customer in e-commerce contexts.

Request Body

FieldTypeRequiredDescription
company_idintegerYesThe rootfi_company_id to associate this contact with
dataarrayYesArray of contact objects to create
data[].namestringYesFull name of the contact
data[].emailstringNoPrimary email address for the contact
data[].phonestringNoPrimary phone number in E.164 format
data[].statusstringNoContact status (active, inactive, suspended). Defaults to active
data[].addressobjectNoAddress object for billing/shipping
See Contact Overview for complete field details.