Skip to main content

CheckoutLineProblem Union

Represents an problem in the checkout line.

union CheckoutLineProblem =
| CheckoutLineProblemInsufficientStock
| CheckoutLineProblemVariantNotAvailable

Possible types​

CheckoutLineProblemInsufficientStock​

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

CheckoutLineProblemVariantNotAvailable​

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

Member Of​

CheckoutLine object