RemoveProductFromKitRequest Class
Specifies the parameters needed to remove a product from a kit.
The RemoveProductFromKitRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RemoveProductFromKitRequest | Initializes a new instance of the RemoveProductFromKitRequest class. |
Field | Description |
KitId | Specifies the ID of the kit from which the product is to be removed. |
ProductId | Specifies the ID of the product being removed from the kit. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also