typeInventoryItemInterface {
# Item ID id: String! # 1ee7cfde-8f2a-697e-8118-0242ac17000a# 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# Is additional params missed, for example float value or stickers isAdditionalDataMissed: Boolean! # true# Qty of similar items in inventory similarQty: Int# 42}