List Customers Import Results
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"id": 10,
"file_name": "customers_example.csv",
"status": "success",
"created_at": "2021-03-15T10:01:03.456388Z",
"started_at": "2021-03-15T10:01:06.939592Z",
"finished_at": "2021-03-15T10:01:07.632023Z",
"result": {
"total_row_count": 2,
"valid_row_count": 2,
"invalid_rows": [],
"created_customers_count": 0,
"existed_customers_count": 2
}
},
...
]
}Pagination
Filtering
Was this helpful?