IShoppingServiceCreateOrder Method |
Validates and creates order from current shopping cart. If order creation was successful empties shopping cart.
If order requires an user account, handles its creation.
Also tracks order conversion, sends order notifications and logs purchase activities.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
InvalidOperationException | Thrown when validation fails. |
See Also