Fetch products
NSProduct GetProduct(Integer quoteConnectionId, String eRPProductKey)
To callGetProduct(), you need the ID of both the quote connection and of the product itself.
NSProduct GetProductFromDbId(Integer productId)
A variant ofGetProduct() that lets you retrieve by database ID.
Create product
Update product
- Fetch the NSProduct object with the agent.
- Call the appropriate set methods.
- Call
SaveProduct().
Delete product
Remove from database
Reference
Frequently used product fields
For a complete list of fields, see the database reference.