Skip to main content

CheckoutProblem Union

Represents an problem in the checkout.

union CheckoutProblem =
| CheckoutLineProblemInsufficientStock
| CheckoutLineProblemVariantNotAvailable

Possible types​

CheckoutProblem.CheckoutLineProblemInsufficientStock object checkout​

Indicates insufficient stock for a given checkout line.Placing the order will not be possible until solving this problem.

CheckoutProblem.CheckoutLineProblemVariantNotAvailable object checkout​

The variant assigned to the checkout line is not available.Placing the order will not be possible until solving this problem.

Member Of​

Checkout object