ProductComponentType
Represents a product component within an offering.
Fields
The product associated with this component.
Unique identifier of the component.
Initial/default quantity for this component.
Maximum quantity of this component that can be selected.
Minimum quantity of this component that can be selected.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"component": CatalogProductType,
"identifier": "10766266",
"initialQuantity": 50,
"maximumQuantity": 95,
"minimumQuantity": 66
}