1.1 Description

 
pathhttp://www.your_website_domain.com/FeiEditor/api_v1/shop/orders/count
methodGET/POST
illustrateAccording to the query conditions, obtain the quantity of eligible orders in the order list. It is generally used to obtain a total and then calculate the pagination number.
 
 

1.2 parameters

 
namemusttypedescribe
statusnostringQuery according to the order status, which can be one of: pending, on-hold, processing, completed, refunded, failed, and canceled. For example: status=pending.
filter[]noarrayfilter. Click here for how to use .
 
 

1.3 return result

 
correct result
Return format: JSON
{
  "count" : 27
}