Skip to main content
Gets the configuration for the catalog. Only Title Entities can call this API. There is a limit of 100 requests in 10 seconds for this API. More information about the Catalog Config can be found here: https://learn.microsoft.com/gaming/playfab/features/economy-v2/settings

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFCatalogGetCatalogConfigRequest* 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 Windows. When the asynchronous task is complete, call PFCatalogGetCatalogConfigGetResultSize and PFCatalogGetCatalogConfigGetResult to get the result.

Requirements

Header: PFCatalog.h

See also

PFCatalog members
Last modified on September 11, 2026