Items
Create items
Create catalog items for recommendation.
POST
Description
Creates one or more catalog items. NeuronSearchLab generates each positive integer item ID. Store the returnedid; use it for events and POST /v1/items/{item_id} updates.
Request
id, item_id, or itemId. IDs are generated by NeuronSearchLab during ingestion.
You can also send an array of item objects to create multiple items in one call.
Response
object: "list") whose data array contains every created item. A single-item request returns the item resource directly.
Errors
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Response
Created item or created item list
- Option 1
- Option 2
Pattern:
^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$Example:
"7f3a2c9e"
Available options:
item Example:
"Wireless Headphones"
Example:
"Noise-cancelling Bluetooth headphones."
Arbitrary JSON object used for filtering, ranking, and debugging.
Example:
Example:
true
Unix timestamp in seconds.
Example:
1777478400
Unix timestamp in seconds.
Example:
1777478500

