The start/end properties are nullable. If they are not null, users can only create orders between the Product/ProductSku's SalesStartTime and SalesEndTime.
The time values in ProductSku should override the values in Product.
Users can add products to baskets even before the start time.
OrderAppService.CheckCreateAsync method should ignore these time properties.
The start/end properties are nullable. If they are not null, users can only create orders between the Product/ProductSku's
SalesStartTimeandSalesEndTime.The time values in ProductSku should override the values in Product.
Users can add products to baskets even before the start time.
OrderAppService.CheckCreateAsyncmethod should ignore these time properties.