v1

latestOpenAPI 3.1.02026-07-2296226496.3 KB
Order

Create, update, upsert, or delete orders asynchronously in bulk

Submit a bulk operation to create, update, upsert, or delete multiple orders asynchronously. Returns a bulk operation ID that can be polled for results using the GET bulk endpoint.

post/v1/orders/bulk

Request body

Response

OK

idstring required

The ID of the bulk operation

status'QUEUED' | 'IN_PROGRESS' | 'SUCCESS' | 'FAILED' | 'CANCELLED' | 'SKIPPED' | 'SCHEDULED' required

Status of an activity.

Example response

{
  "id": "act_1234567890"
}