Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner creates a new list in the Add-to-list modal and bulk-adds the current selection to it. start_date / end_date are null when unset; fair_id is present only when list_type is FAIR.

example
{
  action: "createdList",
  context_module: "addToListModal",
  context_page_owner_type: "inventory",
  list_type: "SHOW",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5d"],
  artwork_count: 12,
  start_date: "2026-09-01",
  end_date: "2026-09-30"
}

Hierarchy

  • CreatedList

Index

Properties

action

action: createdList

artwork_count

artwork_count: number

artwork_ids

artwork_ids: string[]

context_module

context_module: addToListModal

context_page_owner_type

context_page_owner_type: OsOwnerType

end_date

end_date: string | null

Optional fair_id

fair_id: undefined | string

list_type

list_type: string

start_date

start_date: string | null

Generated using TypeDoc