ordercloud-api / ordercloud-javascript-sdk

The official Javascript SDK for the OrderCloud eCommerce platform
MIT License
16 stars 16 forks source link

Filters set with 0 are dropped #73

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

If you pass a filter to a list call where the value is zero then it is dropped. For example:

Products.List({ filters: { SpecCount: 0 } })

The above will list products without the SpecCount=0 filter applied. This is related to #66

crhistianramirez commented 2 years ago

Resolved in release 4.9.9