Appearance
Run Audit
POST
/api/v1/studio/store-audit/run
Start a store audit for all products in a project.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "project_id": "string", "enabled_checks": [ "string" ]
{
}
Responses
Successful Response
application/json
JSON "audit_id": "string", "job_id": "string", "estimated_products": 0, "estimated_xct": "string"
{
}