Batch order
POST/v1/orders/batch
This endpoint receives batch of orders up 1000 orders with batchId
Request
Responses
- 200
- 401
- 403
- 409
- 500
Batch Orders successfully placed.
Authentication token is required for this action that was not provided, expired or invalid.
Not authorized for the requested action.
Action could not be completed because of conflict.
Internal server error.