Search order lists with filtering and pagination
POST/v2/orderlists/search
Search and retrieve order lists with comprehensive filtering capabilities for bulk ordering management.
Supports advanced filtering by descriptions, product assignments, user permissions, company associations, dates, and status. Results include complete order list metadata, assignment information, and pagination details for streamlined bulk purchasing operations.
Key filtering capabilities:
- Filter by order list properties (type, status, partner entity)
- Filter by assignments (products, clusters, users, companies)
- Filter by date ranges (creation, modification, validity periods)
- Sort by multiple fields with custom ordering
- Paginate results for large datasets
Request
Responses
- 200
- 400
- 401
- 403
- 500
Order lists retrieved successfully.
Returns a paginated list of order lists matching the search criteria with complete metadata and assignment information. The response includes pagination details for navigating large result sets.
Invalid search parameters.
The provided search criteria contain validation errors such as invalid date formats, negative pagination values, or malformed filter parameters. Review the search input and ensure all parameters meet the specified validation requirements.
Authentication required.
Valid authentication credentials must be provided to search order lists. Ensure your OAuth2 token is valid and properly formatted.
Access denied.
Insufficient permissions to search order lists or access to the requested data is restricted. Verify that your account has the necessary permissions to view order list data.
Server error.
An unexpected error occurred while searching order lists. Please try again later or contact support if the problem persists.