Skip to main content
Search for a given item and return a set of bundles and stores containing the item. Up to 50 items can be returned at once. You can use continuation tokens to paginate through results that return greater than the limit. This API is intended for tooling/automation scenarios and has a reduced RPS with Player Entities limited to 30 requests in 300 seconds and Title Entities limited to 100 requests in 10 seconds.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFCatalogGetItemContainersRequest* 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. Given an item, return a set of bundles and stores containing the item. When the asynchronous task is complete, call PFCatalogGetItemContainersGetResultSize and PFCatalogGetItemContainersGetResult to get the result.

Requirements

Header: PFCatalog.h

See also

PFCatalog members
Last modified on August 3, 2026