[Enhancement]: Clarify orderby in REST API docs #35619
Labels
focus: documentation
Issues and PRs related to improving documentation
focus: rest api
Issues related to WooCommerce REST API.
priority: normal
The issue/PR is of normal priority—not many people are affected or there’s a workaround, etc.
team: Proton
WC Core development and maintenance
type: enhancement
The issue is a request for an enhancement.
type: task
The issue is an internally driven task (e.g. from another A8c team).
Describe the solution you'd like
Currently, REST API docs says
" orderby | string | Sort collection by object attribute. Options: date, id, include, title, slug, price, popularity and rating. Default is date."
Similar for orders and probably all the data types inherited from
WC_REST_CRUD_Controller
.It's not clear if this is created date or modified date.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: