[ad_1]
Replies: 2
Hello,
I am trying to download a product by giving it the sku in the RestAPI.
I have tried it in the following two ways:
/wp-json/wc/v3/products?sku=’001023′?consumer_key=… …
Always return []
wp-json/wc/v3/products?filter[sku]=’001023′?consumer_key=… …
Gives me back all my products 🙁
Does anyone have any idea how I can do this?
