Skip to main content
Executes a search against the public catalog using the provided search parameters and returns a set of paginated results. SearchItems uses a cache of the catalog with item updates taking up to a few minutes to propagate. You should use the GetItem API for when trying to immediately get recent item updates. More information about the Search API can be found here: /services/playfab/economy-monetization/economy-v2/catalog/search

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFCatalogSearchItemsRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on all platforms. When the asynchronous task is complete, call PFCatalogSearchItemsGetResultSize and PFCatalogSearchItemsGetResult to get the result.

Requirements

Header: PFCatalog.h

See also

PFCatalog members
Last modified on August 6, 2026