---
title: "Search for existing orders."
method: GET
path: "/api/v1/deliveryexperience/order/search"
tags: ["order-management"]
---

# Search for existing orders.

`GET /api/v1/deliveryexperience/order/search`

## Query parameters

- `shipiumTenantId` string
- `associatedIdentifiers` string[]
- `fromDate` string, date-time
- `toDate` string, date-time
- `orderStatuses` string[]
- `include` string[]
- `anchor` string
- `count` integer

## Response `200`

The results of the order.

- OrchestratedAssetBatchResults
  - `orchestratedAssetMetadata` OrchestratedAssetMetadata — If the asset is the top level asset being orchestrated, this will provide a reference for the instance being built.
    - `orchestrationId` string
    - `orchestrationTimeStamp` string, date-time
    - `orchestrationLedger` OrchestrationLedger — Optionally included ledger for the orchestration which is saved on the Orchestration.
      - `generatedAssets` object
      - `resultIds` string[]
      - `log` string[]
  - `results` object[] — Successful results from processing.
  - `failures` object[] — Any failures resulting from processing.

## Other responses

- `400` — Invalid inputs were provided.

---

[API](https://skmtc.net/shipium/apis/shipium-api.md) · [All operations](https://skmtc.net/shipium/apis/shipium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipium/shipium-api/revisions/7ef5dbd6a025/schema)
