Skip to content

Start store import

POST
/api/v1/projects/{project_id}/import/execute

Creates a background job to import products matching the filters from the connected store.

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
{
"job_id": "string",
"estimated_batches": 0
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation