You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above is the request parameter when I try to pass both category id and the search string i always get the blank list, I also cross-check that category ID 37 have items with MDH name
Please help me if anyone has a solution for this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Your code isn't specific, but you should note that category must be a string, not int. For example: products = await wooCommerceCredentials.getProducts(category: "25");
endpoint : wp-json/wc/v3/products
consumer_key: ck_##############################
consumer_secret: cs_#############################
search:mdh
per_page:10
page:1
orderby:modified
order:desc
category:37
Above is the request parameter when I try to pass both category id and the search string i always get the blank list, I also cross-check that category ID 37 have items with MDH name
Please help me if anyone has a solution for this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: