Siebel Product Administration Guide > Siebel Configurator API Reference > Instance APIs to Set Product and Attribute Values >

AddItem Method


This method adds an item to a specified port, creating a new instance of an item. If you want to change the quantity of an existing instance of an item, use SetItemQuantity.

Input Arguments
  • ObjId. The unique identifier of the complex object header.
  • RootId. The unique identifier of the complex object root.
  • (Optional) Version. Version arguments are used only when testing a customizable product version that is different from the currently released version.
  • (Optional) AutoResolve. Automatically resolves port cardinality violations. The default is N.
  • Prod Item Id. The ID of the item (for example, ORIG_ID in S_PROD_ITEM table).
  • Name. The name of the item.
  • Product Id. The product id in S_PROD_INT table.
  • Port Item Id. The ID of the item's port (for example, ORIG_ID of the port in S_PROD_ITEM table).
  • Quantity. The item quantity.
  • List Price. The item list price from Pricing Manager, which can be empty.
  • Current Price. The current price from Pricing Manager, which can be empty.
  • Parent Path. The path of the parent item the port belongs to.
Output Arguments

None.

Siebel Product Administration Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.