api.ProductCustomFields.get(productidnumber,fieldidnumber).delete does not delete custom field
sabotagebeats opened this issue · 1 comments
sabotagebeats commented
Expected behavior
deletecustomfield = api.ProductCustomFields.get(productidnumber,fieldidnumber).delete
should delete the custom field
Actual behavior
still exists after
Steps to reproduce behavior
try to delete custom field
sabotagebeats commented
.delete() works 🤦