whitemarket Documentation For Partners

Filters and sorts for products list

input MarketProductSearchInput {
	# Steam application
	appId: SteamApp 
	# Price from
	priceFrom: MoneyInput 
	# Price to
	priceTo: MoneyInput 
	# Product name hash to search strictly
	nameHash: String 	# AK-47 | Vulcan
	# Product names hash to search strictly
	namesHash: [String!] 	# AK-47 | Vulcan
	# Product IDs
	ids: [Uuid!] 	# 1edf828f-d3c4-65ca-909c-0242ac12001d
	# Product name to search
	name: String 	# Vulcan
	# Product names to search strictly
	names: [String!] 	# AK-47 | Vulcan
	# Get only unique (by name hash) products or not
	distinctValues: Boolean 
	# Product name to search strictly or not
	nameStrict: Boolean 
	onlyPromo: Boolean 
	csgoItemCategory: String 
	# CS2 Item Category
	csgoItemCategoryEnum: CSGOCategory 	# PISTOLS
	csgoItemSubcategory: String 
	# CS2 Item Subcategory
	csgoItemSubcategoryEnum: CSGOSubcategory 	# weapon_glock
	# CS2 Item Categories to exclude
	csgoItemCategoriesExclude: [CSGOCategory!] 	# PISTOLS
	# CS2 Item Subcategories to exclude
	csgoItemSubcategoriesExclude: [CSGOSubcategory!] 	# KNIFE_BOWIE
	# If appId = CSGO. CSGO Item Category
	csgoPhaseEnum: CSGOPhase 	# BLACK_PEARL
	# CS2 Item Skin
	csgoItemSkin: String 	# Twilight Galaxy
	csgoWeapon: String 
	csgoRarity: [String!] 
	# CS2 Rarity
	csgoRarityEnum: [CSGORarity!] 
	csgoExterior: [String!] 
	# CS2 Exterior
	csgoExteriorEnum: [CSGOExterior!] 
	# CS2 Float from
	csgoFloatFrom: String 	# 0.1234
	# CS2 Float to
	csgoFloatTo: String 	# 0.2345
	# CS2 StatTrak
	csgoStatTrak: Boolean 
	# CS2 Souvenir
	csgoSouvenir: Boolean 
	# CS2 Contain or not stickers
	csgoStickers: Boolean 
	csgoConcreteSticker: String 
	# CS2 Sticker Names. Use market_csgo_stickers_suggestion for search
	csgoStickerNames: [String!] 	# paris2023_signature_floppy_4
	# CS2 Sticker Names By Slot
	csgoStickerNamesBySlot: [String] 	# cph2024_team_navi
	# CS2 Sticker Names Operation
	csgoStickerNamesOperand: LogicOperand 
	# CS2 Player of Sticker
	csgoStickerPlayer: Int 	# 16839456
	# CS2 Team of Sticker
	csgoStickerTeam: Int 	# 28
	# CS2 Tournament of Sticker
	csgoStickerTournament: Int 	# 22
	# CS2 Film of Sticker
	csgoStickerFilm: CSGOStickerFilm 
	# If appId = CSGO. CSGO Phase
	csgoPhase: CSGOPhase 
	createdAt: DateTimeRangeInput 
	# Sort
	sort: MarketProductSortInput 
	# Store slug
	storeSlug: String 	# best-store
	# Delivery type
	deliveryType: DeliveryType 	# AUTO
}