Appearance
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
Requiredstring
Format
"uuid"Request Body
application/json
JSON "filters": { "additionalProperties": "string" }
{
}
Responses
Successful Response
application/json
JSON "job_id": "string", "estimated_batches": 0
{
}