Skip to main content

marketplace.search_offers

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2407
  • Header: MARKETPLACE_REQUEST_OFFERS
  • Direction: Client to Server (c2s)
  • Realm: Economy & Trading
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Search for items on the Marketplace

Payload fields

FieldTypeRequiredDescription
minPriceint32requiredMinimum price filter (-1 for no minimum).
maxPriceint32requiredMaximum price filter (-1 for no maximum).
querystringrequiredSearch text to match against item names.
sortTypeint32requiredSort mode for results.

Behavior

Sender

Sent when the player searches the Marketplace using filters or a text query.

Receiver

The server queries active listings matching the criteria and responds with matching offers and a total count. Confirmed in GLADIATOR.

Notes

  • No additional notes