v1

latestOpenAPI 3.1.02026-07-14124211.1 MB
Batch requests

Batch

Execute multiple API requests at once (separated by comma). Maximum batch jobs is 10. Following methods are unavailable in Batch:

  • GET /{item_id}/image
  • /item/fast-sell
post/batch

Request body

idstring

identifier for the job, will be use in output as key of a result set. If this parameter is not set, the URI will be used.

uristring required

URI of the API request to execute.

method'GET' | 'POST' | 'PUT' | 'DELETE'

HTTP method of the API request to execute. If this parameter is not set, GET HTTP method will be used.

paramsobject

parameters of the API request to execute.

Response

Successful Response.