A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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