marketplaceCollectionLotsUpdates

Loads the information of marketplace Collection Lots Updates.

General pattern

query{
	marketplaceCollectionLotsUpdates(collectionId: "UUID1"){
  	field_1
    field_2 {
       nested_field_1
       ...
    }
  }
}

Sample query

query{
	marketplaceCollectionLotsUpdates(collectionId: "UUID1"){
  	id
    lotNumber
    marketplaceCollectionItem
    }
}

Arguments

NameTypeDescriptionRequired
collectionIdUUID1The market collection ID.Yes

Fields

NameTypeDescription
MarketplaceAuctionLotObjectContains all the information from MarketplaceAuctionLot and MarketplaceCollectionItem.