Open
Description
Issue summary
When I fetch a WooCommerce product using this API, the variable low_stock_amount
is an empty string, I believe should be an integer '0'.
Expected behavior
Always return an integer. or a 0
Actual behavior
It returns an empty string.
Steps to reproduce the problem
response = wcapi.get('products', params={'sku':sku}).json()
print(response)
##Related bug
I believe this is a related bug
Metadata
Metadata
Assignees
Labels
No labels