Skip to main content
POST
/
api
/
orders
/
process-all
cURL
curl --request POST \
  --url https://api.production.hyperoru.com/api/orders/process-all \
  --header 'Authorization: Bearer <token>'
{
  "executed_count": 123,
  "message": "<string>",
  "total_checked": 123
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Batch processing result

executed_count
integer<int32>
required
message
string
required
total_checked
integer<int32>
required