get https://app.ecwid.com/api/v3//batch?status=STATUS&limit=100
Get all requests with a certain status.
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
ticket | string | Ticket ID for your batch request. Use it to Get batch request status |
status | string | "QUEUED" – scheduled request; "IN_PROGRESS" – request in progress; "COMPLETED" – completed request |
Errors
In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description
HTTP codes
HTTP Status | Description |
---|---|
400 | Request parameters are malformed |
415 | Unsupported content-type: expected application/json or text/json |
500 | Cannot retrieve the order info because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |