ProductList
| Name | Description |
|---|---|
| AddGiftCertificateToProductList | Add a ProductListItem of type GIFT_CERTIFICATE to the ProductList. |
| AddProductToProductList | Add a ProductListItem of type PRODUCT to the ProductList, which is associated with the specified Product. |
| CreateProductList | Create and return a ProductList of the specified Type, which is owned by the specified Customer. |
| CreateProductListRegistrant | Creates a ProductListRegistrant that is associated with the specified ProductList. |
| GetProductList | Return a ProductList as specified by the input parameters. |
| GetProductLists | Returns all ProductLists owned by the specified Customer, which are of the specified Type. |
| RemoveProductList | Removes the specified ProductList from the system. |
| RemoveProductListItem | Removes the specified ProductListItem from its parent ProductList. |
| SearchProductLists | Searches for ProductLists matching the specified input parameters. |