This object represents the information for marketplace collection.
Field
Name | Type | Description |
---|---|---|
id | UUID | The ID of the marketplace collection. |
marketplaceID | UUID | the ID of the marketplace. |
name | String | The name of the marketplace collection. |
slug | String | The name of the marketplace collection slug. |
description | String | The description of the marketplace collection. |
[status ](ref:marketcollectionstatus) | Enum | Represents the marketplace collection status. The value can be either Active, Inactive, or Archived. |
startDate | Time | The information of the collection start date. |
endDate | Time | The information of the collection end date. |
collectionType | Enum | Represents the type of a collection. The value can be either Auction or TK2. |
items | Query | Loads the information of marketplace collection item using offset, limit, and statuses. |