Interface GraphQLProductAssignmentMissingError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLProductAssignmentMissingErrorImpl

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.


Example to create an instance using the builder pattern

     GraphQLProductAssignmentMissingError graphQLProductAssignmentMissingError = GraphQLProductAssignmentMissingError.builder()
             .product(productBuilder -> productBuilder)
             .build()