addInventoryItemToInventoryGroup

The addInventoryItemToInventoryGroup web method is used to add a single inventory item to an inventory group.

Parameters

The addInventoryItemToInventoryGroup web method has the following parameters.

addInventoryItemToInventoryGroup Parameters

$

Parameter

Data Type

Description

1.  

GroupName

String

Name of inventory group that you want to add an inventory item to.

2.  

InventoryClassNameOrQueryName

String

Inventory class name.

3.  

ItemAttributes

Array of InventoryAttributeObject

Inventory attribute object list.

4.  

InventoryAttributeObject

InventoryAttributeObject

Enter the object of the Inventory Attribute.

5.  

PropertyName

String

Inventory attribute property name.

6.  

PropertyValue

String

Inventory attribute property value.

7.  

Included

Boolean

Use one of the following values:

True—To create.
False—Otherwise.

Return Value

The return value is 0.