Skip to main content
Returns the fulfillment batches for an order. Large orders are split into batches internally by Orbt — this endpoint exposes each batch and its individual status. Useful for monitoring progress on large bulk orders where some batches may complete before others.

Endpoint

GET /v2/orders/{orderId}/fulfillments

Path Parameters

Query Parameters

Example Request

Response — 200 OK

Response Fields

When to Use This Endpoint

Monitor large orders

Track progress batch by batch for orders with hundreds or thousands of codes.

Diagnose partial failures

Identify which batches failed or are still processing when an order is taking longer than expected.

Fulfillment vs Items vs Export

Error Responses