Skip to main content
Transfer a list of inventory items. A maximum list of 50 operations can be performed by a single request. When the response code is 202, one or more operations 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.

Syntax

Parameters

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

Requirements

Header: PFInventory.h

See also

PFInventory members
Last modified on September 11, 2026