Hi,
I'm trying to make an insert to taxClasses, I make the POST.
and it returns me "0", with Status OK and the taxClass has not been inserted. What does it mean?? I cannot find that on documentation.
Thanks.
Ok I found the error myself:
The documentation says:
{ "taxClass": { "classId": 0, "className": "string", "classType": "string", "extensionAttributes": {} }}
But classId MUST NOT be sent, if it is sent as 0, it returns 0 and the insert is not made.