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;
}

Indexable

[key: string]: any

Properties

Properties

code: "ProductAssignmentMissing"

Reference to the Product for which the error was returned.

Generated using TypeDoc