Update order list configuration
PATCH/v2/orderlists/:id
Update an existing order list with new configuration settings and assignments.
Modify order list properties including descriptions, validity dates, product assignments, user permissions, company associations, and status. Changes take effect immediately and affect user access and ordering capabilities.
Updatable properties include:
- Descriptions and metadata in multiple languages
- Product and cluster assignments
- User and company permissions
- Validity periods and partner associations
- Active status and configuration settings
- Reference codes and additional metadata
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Order list updated successfully.
Returns the updated order list with modified configuration and assignments. The lastModifiedAt timestamp reflects when the update was applied.
Invalid update data.
The provided update data contains validation errors such as 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 update order lists. Ensure your OAuth2 token is valid and properly formatted.
Access denied.
Insufficient permissions to update the order list or the operation is restricted for your account. Verify that your account has the necessary permissions to modify order lists.
Order list not found.
No order list exists with the specified identifier, it has been deleted, or you don't have access to it. Verify the order list ID is correct and still exists in the system.
Server error.
An unexpected error occurred while updating the order list. Please try again later or contact support if the problem persists.