Validate cart with validator

POST{{API_BASE_URL}}/shop/v1/cart/:cart/validate/:validator

This endpoint allows you to validate a specific cart to check if checkout is possible and if cart reload is required.

Request

No request body is required for this endpoint.

Response

  • isCheckoutPossible (boolean): Indicates if checkout is possible for the cart.

  • isCartReloadRequired (boolean): Indicates if cart reload is required.

  • problems (array): List of problems with the cart, if any.

  • resolvedProblems (array): List of problems that have been resolved, if any.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKValidate cart with validator