Create new order list for bulk ordering
POST/v2/orderlists
Create a new order list with comprehensive configuration and initial settings.
Establishes a new order list with specified product assignments, user permissions, company associations, and configuration settings. The order list becomes immediately available for bulk ordering operations and management upon successful creation.
The creation process includes:
- Setting up basic information (descriptions, code, type, dates)
- Assigning products and clusters for ordering
- Configuring user and company access permissions
- Establishing validity periods and partner associations
- Activating the order list for immediate use
Request
Responses
- 201
- 400
- 401
- 403
- 500
Order list created successfully.
Returns the newly created order list with system-generated ID and timestamps. The order list is immediately available for bulk ordering operations and management.
Invalid input data.
The provided order list data contains validation errors such as missing required fields, invalid data types, malformed dates, or constraint violations. Review the input data and ensure all fields meet the specified validation requirements.
Authentication required.
Valid authentication credentials must be provided to create order lists. Ensure your OAuth2 token is valid and properly formatted.
Access denied.
Insufficient permissions to create order lists or the operation is restricted for your account. Verify that your account has the necessary permissions to create order lists.
Server error.
An unexpected error occurred while creating the order list. Please try again later or contact support if the problem persists.