CheckoutLineProblemVariantNotAvailable Object
The variant assigned to the checkout line is not available.Placing the order will not be possible until solving this problem.
type CheckoutLineProblemVariantNotAvailable {
line: CheckoutLine!
}
Fields
CheckoutLineProblemVariantNotAvailable.line ● CheckoutLine! non-null object checkout
The line that has variant that is not available.
Implemented By
CheckoutLineProblem union ● CheckoutProblem union