laravel-woocommerce icon indicating copy to clipboard operation
laravel-woocommerce copied to clipboard

get all data where number is identified

Open agungnugraha21 opened this issue 5 years ago • 1 comments

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

agungnugraha21 avatar Jun 10 '20 02:06 agungnugraha21

@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

maab16 avatar Jun 10 '20 02:06 maab16