Create a new project for managing products and their attributes.
Body Parameters
Project status. One of: active, completed, on_hold, cancelled
AI configuration settings
Global attribute behavior settings
{
"name": "Summer Collection 2024",
"description": "Summer fashion collection",
"status": "active",
"ai_settings": {
"models": {
"description": "gpt-4",
"titles": "gpt-3.5-turbo"
},
"quality_checks": {
"enabled": true,
"min_words": 100
}
}
}
{
"id": 1,
"name": "Summer Collection 2024",
"status": "active",
"created_at": "2024-01-01T12:00:00Z"
}