Appearance
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
Requiredstring
Format
"uuid"item_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON
{
"success": true,
"message": "string",
"synced_at": "string"
}