Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner confirms conversion of a unique artwork to an edition set in the edition set modal. is_limited is true when an edition size was provided (Limited Edition), false when the edition size is unknown.

example
{
  action: "createdEditionSet",
  context_module: "editionSetModal",
  context_page_owner_type: "inventory",
  artwork_id: "5d2b5b5d5e5b5d000e1b5b5d",
  is_limited: true,
  variants: [{ edition_size: 4, inventory_count: 5 }]
}

Hierarchy

  • CreatedEditionSet

Index

Properties

action

action: createdEditionSet

artwork_id

artwork_id: string

context_module

context_module: editionSetModal

context_page_owner_type

context_page_owner_type: OsOwnerType

is_limited

is_limited: boolean

variants

variants: Array<{ edition_size: number | null; inventory_count: number | null }>

Generated using TypeDoc