---
title: "POST /api/v4.0/integrations/batch/orders"
method: POST
path: "/api/v4.0/integrations/batch/orders"
---

# POST /api/v4.0/integrations/batch/orders

`POST /api/v4.0/integrations/batch/orders`

Register multiple orders for single or multiple customers in a single API call for efficient order management and tracking.

## Request body

- object
  - `body` object[]
    - `customerId` string, required — Unique identifier for the customer.
    - `orderId` string, required — Unique identifier for the order.
    - `orderDate` string, date-time, required — Date and time of the order. Must be in UTC (ISO 8601 format), e.g. `2024-10-16T08:13:29.290Z`.
    - `totalPaid` number, required — Total amount paid for the order.

## Response `200`

Batch order processing initiated successfully

- object
  - `jobId` number — The assigned job ID, which is later used for status verification and response retrieval.

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/versions/2e4a8bfe2291/schema)
