How to use search parameter in API
-
Trying to get the taxes for a zipcode. I can get a page (10 items) of tax rates with:
https://myserver.example.com/wp-json/wc/v1/taxesThe documentation says there is a parameter called search, but when I try to use it, as in:
https://myserver.example.com/wp-json/wc/v1/taxes?search=90067
the search term has no impact.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to use search parameter in API’ is closed to new replies.