Appearance
Sync all approved items
POST
/api/v1/projects/{project_id}/sync
Pushes all approved items' generated content to the external store in a single batch. The sync flow iterates over every approved item, updates each product via the store API, and returns a summary of successes and failures.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON
{
"synced_count": 0,
"failed_count": 0,
"failed_items": [
{
}
]
}