Codexshaper / laravel-woocommerce

WooCommerce Rest API for Laravel
MIT License
194 stars 57 forks source link

I have created a custom end point extending woocommerce API. how can I access that? #70

Open suryavardhan opened 3 years ago

suryavardhan commented 3 years ago

I have a custom end point for listing the number of orders based on a product ID. How can I access the same through this package? https://nextgen6.lluvia.in/wp-json/wc/v3/custom/440

PS: Im new to Laravel

maab16 commented 3 years ago

Hello @suryavardhan,

Thanks for creating the issue. This package created based on WooCommerce Rest API. I didn't check any custom ENDPOINT so I think it's not possible at this moment. I'll check it and try to add it in a future version, if possible.

suryavardhan commented 3 years ago

Thanks for the clarification @maab16. I hope that the feature can be added down the line