Hey there,
No problem, we are trying to help you and understand, and since this is not a paid service and there are volunteers as well in the forums, a level of friendliness and kindness is greatly appreciated.
I’m just importing according to your manuals!
It seems that your code is not following our REST API guidelines. For example date_created
should be formatted as "date_created": "2017-03-23T17:01:14"
but in your code it appears as "date_created":"\/Date(-62135596800000)\/"
. You can review the REST API documentation here:
https://woocommerce.github.io/woocommerce-rest-api-docs/#introduction
Additionally, I noticed that your POST request does not allow to register/create the product since it says that the product already exists but actually it does not exist because it is the first request. I get a 400 Bad Request in Postman:
Image link: https://ibb.co/Khx68dL
Kindly note that this forum is mostly focused on resolving issues with core configuration and its intended functionality, and our scope of support for this type of customization may be limited as outlined in our Support Policy.
If you are unfamiliar with code/templates and resolving potential conflicts, select a WooExpert or Developer for assistance.
Hope this points you in the right direction.
Best regards.