https://example.com/wp-json/wc/v3/products?related_ids=6032
here, above API is displaying all the products, But I need to get only related products by related_ids Attribute, So What's the issue with this API? I have checked others like slug Attribute, works fine.
seems like related_ids not functioning. but I have done it according to the DOC. https://woocommerce.github.io/woocommerce-rest-api-docs/#products
Thanks in advance