Skip to content

Orders

Use these endpoints to push orders into Gierd and retrieve them for fulfillment.

Pattern Endpoints
Write — submit orders from any source system POST /ingest/orders
Read — retrieve orders for fulfillment (WMS, ERP) GET /orders, GET /orders/{identifier}

Write endpoints are asynchronous — they return 202 Accepted immediately. Poll GET /requests/{request_id} to confirm processing.

Open the Orders endpoints in the API reference