Click or drag to resize
OrderItemInfoProviderDeleteOrderItems Method
Delete all order items for specified order.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteOrderItems(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID
See Also