Rest API Post Request
-
I have checked in my two store. The get request is working well but when I do a post request then I am getting this response:
{
“code”: “woocommerce_rest_product_exists”,
“message”: “Cannot create existing product.”,
“data”: {
“status”: 400
? ? }
}
Even, I don’t have this product in my both stores. Could you elaborate how to fix this.
Note;
I am using Post Man desktop application to test the Woocommerce API and the get request working well
Waiting for your response,
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rest API Post Request’ is closed to new replies.