Skip to content

Sync single item

POST
/api/v1/projects/{project_id}/sync/{item_id}

Pushes a single approved item's generated content to the external store. The sync flow updates the product via the store API, marks the item as synced, and records the result in sync history.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

project_id*
Type
string
Required
Format
"uuid"
item_id*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
"success": true,
"message": "string",
"synced_at": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

XC AI Content Automation