This object contains information about the marketplace collection item.
Field
Name | Type | Description |
---|---|---|
id | UUID | The marketplace collection item ID. |
marketplaceTokenId | UUID | The marketplace token ID. |
collectionId | UUID | The collection ID. |
saleType | Enum | Represents the type of the marketplace sale. The value can either be Auction or BuyNow. |
name | String | The name of the marketplace collection item. |
slug | String | The slug of the marketplace collection item. |
status | Enum | The collection items's status. The value can be either Active, Completed, Hidden, or Preview. |
details | Union | The collection item details. The value can be MarketplaceBuyNowOutput or MarketplaceAuctionLot depending on the sale type. |