@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLProductAssignmentMissingError

    Returned when a Product is not assigned to the Product Selection. The error is returned as a failed response either to the Set Variant Selection or to the Set Variant Exclusion update action.

    interface GraphQLProductAssignmentMissingError {
        code: "ProductAssignmentMissing";
        product: ProductReference;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ProductAssignmentMissing"

    One of the error codes that is listed on the Errors page.

    Reference to the Product for which the error was returned.