• Resolved yuluma

    (@yuluma)


    Since the update to 3.5.1 we get this error from the REST API when creating a Brand.

    HTTP Exception in function : createBrand url : products/brands method : post http response code : 404 message : Error: Geen route gevonden die overeenkomt met de URL en aanvraagmethode [rest_no_route].

    I did search the web for it but can’t find others that have the same issue. What could cause this error?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yuluma

    (@yuluma)

    Additional information:
    url = products/brands
    methode = post
    parameters ->
    {
    “name”: “Helen B.”
    }
    response ->
    “{\”code\”:\”rest_no_route\”,\”message\”:\”Geen route gevonden die overeenkomt met de URL en aanvraagmethode\”,\”data\”:{\”status\”:404}}”

    Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Testing for us using Postman I was able to retrieve and insert data for brands via the API in WooCommerce v3.5.1 from this path below when using the WooCommerce Brands extension.

    wp-json/wc/v3/products/brands

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woo Rest API gives an error when creating a brand’ is closed to new replies.