The announcement in the Developer Community: https://community.shiphero.com/t/update-new-filters-for-locations-query/3109
We added 3 new filters to the locations query to make finding a specific one easier and cheaper in credits:
- name: "string"You can now pull them by their name. If multiple warehouses share the same naming convention, use combined with the warehouse_id to pull only one. This is not a wildcard field, the full exact name needs to be passed.
- pickable: boolean
- sellable: boolean
Pickable and sellable are bin attributes. You can use either or both to pull all bins that match the boolean value for that attribute