Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
What are Profile Lists?
A list is a configurable, flexible way for Omneo users to organise their products. A list can give the customer the ability to create ‘look books’, wishlists, rank and reorder items within a list, move products between lists and cart, or even create personalised lists for events.Profile List Properties
| Attribute | Description |
|---|---|
id READ-ONLY STRING | The unique ID of the list |
profile_id READ-ONLY STRING | The profile_id of the attached profile |
name STRING | The visible name of the list |
handle STRING | The unique handle of the list |
sort_order INTEGER | Specify the sort order of the list 1 = Ascending -1 = Descending |
items ARRAY | Specify the items on the list e.g [{“product_variant_id”: 1234, “product_id”: 1133}][{“product_variant_id”: 1234, “product_id”: 1133}] Items must be valid items configured in Omneo |
tags ARRAY | An array of tags against the list |
custom_fields ARRAY | An array of custom fields configured against the list |
created_at READ-ONLY DATE-TIME | The UTC date & time the List record was created in ISO 8601 format. |
updated_at READ-ONLY DATE-TIME | The UTC date & time the List record was last updated in ISO 8601 format. |