Create a new item in a product.
The item will be created with the provided name and readable_id. If parent_item_id is provided, the item will be created as a child of that item.
Enter your API key. Example: Bearer poelis_api_...
Request to create a new item.
Product ID to create the item in
Item name
1Human-readable item ID (must be unique within parent scope). Only lowercase letters, numbers and underscores are allowed.
1^[a-z0-9_]+$Parent item ID for hierarchical structure
Created item
Public representation of an item.
Human-readable item ID
Product this item belongs to
Item name
Whether the item is deleted
Parent item ID for hierarchical structure
Draft item ID if this is a versioned item
User who created the item
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}ISO 8601 creation timestamp
ISO 8601 last-update timestamp
User who last updated the item
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}