Some of the required booking questions are not answered.
Make sure that all required booking questions have valid answers.
One or more gift card items do not have a valid price.
All gift card items in the cart must have a price in the acceptable range. See cartAvailableGiftCardItem.minPrice and cartAvailableGiftCardItem.maxPrice for upper and lower bound price limits.
This cart is not associated with an existing client, therefore separate client information is required.
Anonymous carts cannot be checked out. Either an authenticated user needs to
take ownership of the cart using the takeCartOwnership
mutation, or client
information must be added using the clientInformation
field. The following
fields are required before checkout:
firstName
Other fields are recommended.
One or more cart items is missing a payment method.
All items in the cart that require payment must have a payment method set before checking out. These items will each have a separate item-specific validation error with the same code.
One or more bookable items is missing a reserved time.
All bookable items in the cart must have a reserved time before checking out. These items will each have a separate item-specific validation error with the same code.
Note that times are only reserved temporarily and will expire unless the cart is checked out before the expiration time.
No cart items have been selected, at least one is required.
Add one or more items to the cart before checking out, empty carts cannot be checked out.
A location has not been selected for a cart.
Before checking out, select a location for a cart.
Generated using TypeDoc
Machine-readable cart validation error code.