---
title: "POST /call/GetOrderInfo"
method: POST
path: "/call/GetOrderInfo"
---

# POST /call/GetOrderInfo

`POST /call/GetOrderInfo`

## Request body

- object
  - `email` Email, required
    - `body` string, required
    - `from_address` string, required
    - `subject` string, required
  - `__baml_options__` BamlOptions
    - `client_registry` object
      - `clients` ClientProperty[], required
        - `name` string, required
        - `provider` string, required
        - `retry_policy` string
        - `options` object, required
      - `primary` string

## Response `200`

Successful operation

- OrderInfo
  - `estimated_arrival_date` string
  - `order_status` 'ORDERED' | 'SHIPPED' | 'DELIVERED' | 'CANCELLED', required
  - `tracking_number` string

## Changes

- **2025-03-11** `e28c8736c70e` — 2 info
  - added the new optional request property `__baml_options__/client_registry/clients/items/retry_policy`
  - the request property `__baml_options__/client_registry` became optional

[Change history](https://skmtc.dev/boundaryml/apis/baml-cli-serve/changes/call/GetOrderInfo/post.md)

---

[API](https://skmtc.dev/boundaryml/apis/baml-cli-serve.md) · [All operations](https://skmtc.dev/boundaryml/apis/baml-cli-serve/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boundaryml/baml-cli-serve/revisions/e28c8736c70e/schema)
