Skip to main content

catalog.get_page

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

Overview

  • ID: 412
  • Header: GET_CATALOG_PAGE
  • Direction: Client to Server (c2s)
  • Realm: Catalog & Store
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Request a specific catalog page's content

Payload fields

FieldTypeRequiredDescription
pageIdint32requiredCatalog page identifier.
offerIdint32requiredSpecific offer to focus on (-1 for all offers on the page).
catalogTypestringrequiredCatalog mode string.

Behavior

Sender

Sent when the user navigates to a catalog page. The offerId may be -1 when not filtering by offer.

Receiver

The server responds with catalog.page (s2c 804). Confirmed in GLADIATOR.

Notes

  • No additional notes