• I try to send DELETE request to endpoint /cart/items but have error in answer like this

    {
        "code": "woocommerce_rest_cart_error",
        "message": "Не удалось загрузить данные о корзине.",
        "data": {
            "status": 500
        }
    }

    In this time I have items in cart! I want make cart empty

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clear Cart by REST API: /cart/items’ is closed to new replies.