SaaS CMS has officially launched! Learn more now.

Interface IDimensionalStockPlacement

Interface to indicate that an variation/package has shipment dimension properties.

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
Syntax
public interface IDimensionalStockPlacement : IStockPlacement

Properties

ShippingDimensions

Gets or sets the dimensions of the shipment.

Declaration
ShippingDimensions ShippingDimensions { get; set; }
Property Value
Type Description
ShippingDimensions

Extension Methods