Profile
Get Import Status
Retrieve the current processing status of a previously submitted bulk import task. Query this endpoint using the importId returned from the upload URL request until a terminal state (COMPLETED or FAILED) is reached.
get/v1/Stores/{storeId}/Profiles/Imports/{importId}
Response
Import Status.
Example response
{
"filename": "profiles_import.csv",
"createdAt": "2025-11-14T20:29:21Z",
"updatedAt": "2025-11-14T20:30:15Z",
"fileSize": 204800,
"columnMappings": [
{
"columnName": "first_name",
"traitGroup": "Contact",
"traitName": "firstName"
}
],
"summary": {
"errors": 10,
"warnings": 5
}
}