Import Customers from CSV
URL : /api/v1/customers/import_from_csv/
Method : POST
Content-Type
Required Content-Type is multipart/form-data with the following single key-value pair:
Key:
fileValue:
{csv file from which to import}
Possible CSV Headers
emailfirst_namelast_namecompany_namephonereferenceaddresspostcodestatecitycountry
Data example
Success Response
Code : 200 OK
Content examples :
job_id from response can be used to query the import result.
Last updated
Was this helpful?