interface AssignedProductSelection {
    createdAt: string;
    productSelection: ProductSelectionReference;
    variantExclusion?: ProductVariantExclusion;
    variantSelection?: ProductVariantSelection;
}

Properties

createdAt: string

Date and time (UTC) this assignment was initially created.

productSelection: ProductSelectionReference

Reference to the Product Selection that this assignment is part of.

variantExclusion?: ProductVariantExclusion

Defines which Variants of the Product will be excluded from the Product Selection.

This field is only available for assignments to a Product Selection with `IndividualExclusion` [ProductSelectionMode](ctp:api:type:ProductSelectionMode).
variantSelection?: ProductVariantSelection

Defines which Variants of the Product will be included in the Product Selection.

This field is only available for assignments to a Product Selection with `Individual` [ProductSelectionMode](ctp:api:type:ProductSelectionMode).

Generated using TypeDoc