Appearance
Preview import count
POST
/api/v1/projects/{project_id}/import/preview
Counts products matching the given filters without fetching full data. Returns count, estimated batches, and estimated time.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "filters": { "additionalProperties": "string" }
{
}
Responses
Successful Response
application/json
JSON "count": 0, "batches": 0, "estimated_time_seconds": 0
{
}