Docs
Dashboard

CartLineItemsUpdateError

Union

Possible results returned for cart line items update error.

#

Possible Types


CartLineItemsNotFoundError
CartLineItemsNotFoundError

This exception is thrown when updating line items fails due to missing line items.

CartNotFoundError
CartNotFoundError

This exception is thrown when a cart with the specified ID cannot be found.

UpdateCartLineItemsInsufficientStockError
UpdateCartLineItemsInsufficientStockError

This exception is thrown when line item updates exceed available stock.