Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner distributes a list to Artsy as a draft Show (or Fair booth). One-time push; partner_show_id comes from the success response. fair_id is present only when list_type is FAIR.

example
{
  action: "distributedList",
  context_module: "listDetail",
  context_page_owner_type: "collection",
  destination: ["artsy"],
  list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  list_type: "SHOW",
  partner_show_id: "5d2b5b5d5e5b5d000e1b5b5e"
}

Hierarchy

  • DistributedList

Index

Properties

action

action: distributedList

context_module

context_module: listDetail

context_page_owner_type

context_page_owner_type: OsOwnerType

destination

destination: string[]

Optional fair_id

fair_id: undefined | string

list_id

list_id: string

list_type

list_type: string

partner_show_id

partner_show_id: string

Generated using TypeDoc