Change status of the order through REST API
-
Hi, I am trying to change the status of the order from “processing” to “completed” through PUT request in Woocommerce REST API.
I am getting the error with my request even via postman too.
What’s wrong with this request?axios.put('https://staging/wp-json/wc/v3/orders/7977/consumer_key=123&consumer_secret=456', { params: { status: "completed", } });
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change status of the order through REST API’ is closed to new replies.