Skip to main content
Transfer inventory items. When transferring across collections, a 202 response indicates that the transfer did not complete within the timeframe of the request. You can identify the pending operations by looking for OperationStatus = ‘InProgress’. You can check on the operation status at anytime within 1 day of the request by passing the TransactionToken to the GetInventoryOperationStatus API. More information about item transfer scenarios can be found here: /services/playfab/economy-monetization/economy-v2/inventory/?tabs=inventory-game-manager#transfer-inventory-items

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFInventoryTransferInventoryItemsRequest* 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. Transfer the specified inventory items of an entity’s container Id to another entity’s container Id. When the asynchronous task is complete, call PFInventoryTransferInventoryItemsGetResultSize and PFInventoryTransferInventoryItemsGetResult to get the result.

Requirements

Header: PFInventory.h

See also

PFInventory members
Last modified on August 3, 2026