Search batch requests by status

Get all requests with a certain status.

Response

A JSON object with the following fields:

FieldTypeDescription
ticketstringTicket ID for your batch request. Use it to Get batch request status
statusstring"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 StatusDescription
400Request parameters are malformed
415Unsupported content-type: expected application/json or text/json
500Cannot retrieve the order info because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Click Try It! to start a request and see the response here!