Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompletedArtworkDistribution

The websocket-driven distribute job reaches a terminal state (complete or failed). Driven by useDistributeWebsocket (PartnersChannel, metadata_update). Fire on the final websocket message to capture success/skip rates.

example
{
  action: "completedArtworkDistribution",
  context_module: "artworkTable",
  context_page_owner_type: "inventory",
  destination: ["artsy"],
  total_artworks: 12,
  success_count: 10,
  skipped_count: 2,
  value: "partial"
}

Hierarchy

  • CompletedArtworkDistribution

Index

Properties

action

action: completedArtworkDistribution

context_module

context_module: artworkTable

context_page_owner_type

context_page_owner_type: inventory

destination

destination: string[]

Destination marketplaces (currently Artsy only; extensible)

skipped_count

skipped_count: number

success_count

success_count: number

total_artworks

total_artworks: number

value

value: "success" | "partial" | "error"

Generated using TypeDoc