Codexshaper / laravel-woocommerce

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

get all data where number is identified #38

Open agungnugraha21 opened 4 years ago

agungnugraha21 commented 4 years ago

Hello there, i have an issue when i use $order = Order::where('number','68876')->get(); is returning all order data, i want to show number(order_id) is only 68876

thanks

maab16 commented 4 years ago

@agungnugraha21

Thanks for creating an issue. I think you can't search for number. Please check parameter list https://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-orders. If you need further help reply with details.

Regards, Md Abu Ahsan Basir