Skip to main content
Version: 3.x

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.15
This 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

The line that has variant that is not available.

Implemented by

CheckoutLineProblem union ● CheckoutProblem union


Was this page helpful?