Create new order status in workflow system
POST/v2/order-statuses
Create a new order status with workflow configuration and business rules.
Establishes a new status in the order lifecycle with specified priority, type, and workflow transitions. The status becomes immediately available for order management operations.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Successfully created new order status with workflow configuration
Invalid input data or validation errors in the request body
Authentication credentials are missing or invalid
Insufficient permissions to create order statuses
Order status with the same code already exists
Internal server error occurred while creating the order status