Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IDimensionalStockPlacement

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

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
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