MarketplaceCollectionItem

This object contains information about the marketplace collection item.

Field

NameTypeDescription
idUUIDThe marketplace collection item ID.
marketplaceTokenIdUUIDThe marketplace token ID.
collectionIdUUIDThe collection ID.
saleTypeEnumRepresents the type of the marketplace sale. The value can either be Auction or BuyNow.
nameStringThe name of the marketplace collection item.
slugStringThe slug of the marketplace collection item.
statusEnumThe collection items's status. The value can be either Active, Completed, Hidden, or Preview.
detailsUnionThe collection item details. The value can be MarketplaceBuyNowOutput or MarketplaceAuctionLot depending on the sale type.