Introduction
Represents a component slot within a bundle template. Each component defines a product category requirement that must be filled when ordering the bundle.
Properties

AvailableProducts

The list of products available for selection in this component slot. Only populated for selectable components.

DefaultProductCode

The default product code for this component slot, if one exists.

DefaultQuantity

The default quantity for this component (typically 1). The final quantity is calculated as the bundle order quantity multiplied by this value.

Id

The unique identifier for this component. Use this value in BundleTemplateComponentId when submitting a bundle order via PostOrder.

IsMandatory

Whether this component must be included in the bundle order.

IsSelectable

Whether the integrator can choose a different product for this component. When false, the DefaultProductCode is the only valid selection.

Loading API Runner...