---
title: "Resolve an order id to its org, project, customer, and deliverability."
method: POST
path: "/v1/orders/admin/delivery_context"
tags: ["resource-facade"]
---

# Resolve an order id to its org, project, customer, and deliverability.

`POST /v1/orders/admin/delivery_context`

## Headers

- `x-api-key` string, nullable

## Request body

- DeliveryContextInput
  - `order_id` string, required

## Response `200`

Successful Response

- DeliveryContextOutput
  - `order_id` string, required
  - `organization_id` string, required
  - `organization_name` string, nullable
  - `project_id` string, required
  - `project_name` string, nullable
  - `order_display_name` string, nullable
  - `order_status` string, required
  - `deliverable` boolean, required
  - `placed_by_email` string, nullable
  - `order_type` string, nullable
  - `data_product_id` string, nullable
  - `params` object, nullable
  - `license_type` string, nullable
  - `scene_count` integer, nullable
  - `tags` string[], nullable
  - `estimated_delivery` string, nullable
  - `area_sq_km` number, nullable
  - `aois` object[]
  - `feature_collection` object, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
