Skip to main content
Version: 3.x

CheckoutLineProblem

Represents an problem in the checkout line.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
union CheckoutLineProblem =
CheckoutLineProblemInsufficientStock
| CheckoutLineProblemVariantNotAvailable

Possible types​

CheckoutLineProblem.CheckoutLineProblemInsufficientStock object​

Indicates insufficient stock for a given checkout line.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.

CheckoutLineProblem.CheckoutLineProblemVariantNotAvailable object​

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.

Member of​

CheckoutLine object


Was this page helpful?