Management API
Customer
Import Customers from CSV
5 min
imports customers from csv, if requesting manager has access permissions to it ensure that all text fields in your csv use ascii characters non ascii characters (such as “ä”, “ñ”, or other special symbols) can cause import errors to avoid issues, remove or replace these characters before uploading your file 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 file value {csv file from which to import} possible csv headers email first name last name company name phone reference address postcode state city country data example email,first name,last name,company name,phone,reference,address,postcode,state,city,country example1\@email com,bruce,willis,acme inc ,,ref user 1,2645 black bear court,70501,colorado,lafayette,us example2\@email com,harry,potter,hogwarts,+385913334444,ref user 1,2110 n williamston rd ,70502,michigan,williamston,us success response code 200 ok content examples { "job id" 10 } job id from response can be used to query the import result