The SixBit Application Programming Interface
Inventory_Shrink Method (Inventory)






Request object containing the necessary data to perform the action.
Shrinks inventory for an item.
Syntax
'Declaration
 
Public Shared Function Inventory_Shrink( _
   ByVal request As InventoryShrinkRequestType _
) As InventoryResponseType
'Usage
 
Dim request As InventoryShrinkRequestType
Dim value As InventoryResponseType
 
value = Inventory.Inventory_Shrink(request)
public static InventoryResponseType Inventory_Shrink( 
   InventoryShrinkRequestType request
)
public function Inventory_Shrink( 
    request: InventoryShrinkRequestType
): InventoryResponseType; static; 
public static function Inventory_Shrink( 
   request : InventoryShrinkRequestType
) : InventoryResponseType;
public: static InventoryResponseType* Inventory_Shrink( 
   InventoryShrinkRequestType* request
) 
public:
static InventoryResponseType^ Inventory_Shrink( 
   InventoryShrinkRequestType^ request
) 

Parameters

request
Request object containing the necessary data to perform the action.

Return Value

0 indicates success, >0 indicates an error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Inventory Class
Inventory Members

Send Feedback