Error 404 woocommerce

Hi guys. I have a question. why i’m seeing the 404 error now, the flow was runnig ok before. I didn’t make any change in the setup. same endpoint same configuration.

endpoint
https://www.bachmusic.center/wp-json/wc/v3/products/{id}

body
empty

sent request

{
  "auth": {
    "password": "cs_d4f058d62bd6630c377c97xxxxxxxxxxxxxxxxxxx",
    "username": "ck_daead6c50a6d3a877affb95623b29f0e0c022480"
  },
  "headers": {
    "Content-Type": "application/json"
  },
  "method": "DELETE",
  "url": "https://www.bachmusic.center/wp-json/wc/v3/products/{id}"
}

thanks for help.

Hey @omar_giancarlo,

Can you check to see if the Id column still exists when sending your request? Based on the “View sent request”, it looks like you’re trying to pass an Id as a variable, but that Id column likely doesn’t exist anymore.

Try to double-check your previous steps to make sure you’re not accidentally removing the Id column.

Let me know if that works!

1 Like