Bulk Unarchive Faire Orders
POST/api/faire/instances/:integrationInstance/orders/bulk-unarchive
Unarchives multiple Faire orders for the given integration instance. Scoped to archived orders only — already-active rows are silently skipped, and IDs from foreign integration instances are NOT affected.
Operates in chunks of 100.
Path Parameters:
integrationInstance— The ID of the integration instance
Body:
ids(required, array of integers) — Faire order IDs to unarchive. Must be a non-empty array.
Response Fields:
message— Human-readable resultunarchived_count— Number of rows actually flipped
Request
Responses
- 200
Successful response