Skip to main content
Get Inventory Collection Ids. Up to 50 Ids can be returned at once (or 250 with response compression enabled). You can use continuation tokens to paginate through results that return greater than the limit. It can take a few seconds for new collection Ids to show up.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFInventoryGetInventoryCollectionIdsRequest* 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. Get a list of Inventory Collection Ids for the specified Entity. When the asynchronous task is complete, call PFInventoryGetInventoryCollectionIdsGetResultSize and PFInventoryGetInventoryCollectionIdsGetResult to get the result.

Requirements

Header: PFInventory.h

See also

PFInventory members
Last modified on August 3, 2026