Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
The file path is stored in the form file
header.
Response body schema for POST v1/customers/importCSV
.
Request body schema for importing data using a CSV file.
File path.
Response
Returns ID of the scheduled async action. The response informs you that your request has been accepted and customers will be added to the repository asynchronously. To check the import status and result, copy the async_action_id
from the response and pass it using the <!-- [Get Async Action](OpenAPI.json/paths/~1async-actions~1{asyncActionId}/get) -->Get Async Action endpoint.
Response body schema for POST v1/customers/importCSV
.
Response to requests that are processed asynchronously.
The ID of the scheduled asynchronous action.
"aa_0a875d56c805df6601"