Skip to content

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
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
"filters": {
}
}

Responses

Successful Response

application/json
JSON
{
"count": 0,
"batches": 0,
"estimated_time_seconds": 0
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation