CheckoutLineProblemVariantNotAvailable
The variant assigned to the checkout line is not available.Placing the order will not be possible until solving this problem.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
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