whitemarket Документація для партнерів

CSGOInventoryItem

This is auto-generated documentation. It is not intended to be used as a reference.

Please use for request and response only necessary fields. It decreases response time for you.

type CSGOInventoryItem {
	# Float value
	float: String 	# 0.3169
	# Fade percentage (80.0–100.0), null for non-fade skins
	fade: Float 	# 95.13
	# Fade rank (1 = best or worst, higher = more mid), null for non-fade skins
	fadeRank: Int 	# 234
	# Finish catalog
	paintIndex: String 	# 46
	# Pattern Template
	paintSeed: String 	# 730
	phase: String 
	# Phase enum value
	phaseEnum: CSGOPhase 
	# Exterior enum value
	exteriorEnum: CSGOExterior 
	# Inspect link
	link: String 	# steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S76561199554039019A34295908728D14702216662888361045
	# Stickers titles
	stickerTitles: [String] 	# Sticker | SK Gaming (Gold) | Atlanta 2017
	# Stickers
	stickers: [CSGOSticker] 
	# Charms
	charms: [CSGOCharm] 
	# Gradient colors for standalone charm items (null for non-charm items)
	charmGradient: CSGOCharmGradient 
	# Max price for sell
	maxPriceForSell: Money 
	# The ID of the app which owns the item
	appId: String! 	# 730
	# Steam Context ID
	contextId: String! 	# 2
	# Steam Asset ID
	assetId: String! 	# 34070244882
	# The first half of the item cache identifier
	classId: String! 	# 5568220466
	# The second half of the item cache identifier
	instanceId: String! 	# 188530139
	# Seller steam ID. Please contact support for this feature
	sellerSteamId: String 	# 76561199387616956
	# Amount
	amount: Int! 	# 1
	# Is on sale
	product: MarketProduct 
	# Is on deal
	deal: MarketDeal 
	# Matched order info
	order: MarketOrderPublic 
	# Updated at
	updatedAt: DateTime! 	# 2023-11-29T23:33:27+0000
	# Description of item
	description: SteamItemInterface 
	# Name hash of item
	nameHash: String 
	# Recommended price for sell
	recommendedPrice: Money 
	# Min price in catalog
	minPrice: Money 
	# Price the owner paid for this item on WhiteMarket. Null for items not bought on WhiteMarket or when viewed by non-owner
	purchasePrice: Money 
	# Whether the recommended price is higher or lower than the purchase price. Null when either price is missing
	purchasePriceIndicator: PriceIndicator 
	# Is additional params missed, for example float value or stickers
	isAdditionalDataMissed: Boolean! 	# true
	# Is stickers info missed
	isStickersDataMissed: Boolean! 	# true
	# Qty of similar items in inventory
	similarQty: Int 	# 42
	# Can item sold via instant sell
	canInstantSell: Boolean 
	# Price for instant sell
	instantSellPrice: Money 
	# Item ID
	id: String! 	# 1ee7cfde-8f2a-697e-8118-0242ac17000a
}