---
title: "Get a list of Async Orders placed under this Platform."
method: GET
path: "/asyncOrders"
tags: ["7. Async Orders"]
---

# Get a list of Async Orders placed under this Platform.

`GET /asyncOrders`

## Query parameters

- `accountIdentifier` string
- `customerIdentifier` string
- `externalRefID` string
- `startDate` string
- `endDate` string
- `maxResults` string
- `elementsPerBlock` string
- `page` string
- `minAmount` string
- `maxAmount` string
- `currencyCode` string
- `utid` string
- `ptid` string
- `rewardName` string
- `senderFirstName` string
- `senderLastName` string
- `senderEmail` string
- `recipientEmail` string
- `recipientMobileNumber` string
- `recipientFirstName` string
- `recipientLastName` string
- `sendEmail` string
- `deliveryMethod` string
- `orderStatus` string
- `lineItemStatus` string
- `campaign` string
- `notes` string
- `lineItemNotes` string
- `purchaseOrderNumber` string
- `prevCursor` string
- `nextCursor` string

## Response `200`

OK

- AsyncOrderListView
  - `prevCursor` string — Cursor for the previous page of results
  - `nextCursor` string — Cursor for the next page of results
  - `prevPageAvailable` boolean — Indicates if a previous page is available
  - `nextPageAvailable` boolean — Indicates if a next page is available
  - `maxResults` integer — Maximum number of results per page
  - `orders` AsyncOrderView[]
    - `createdAt` string, required
    - `referenceOrderID` string, required
    - `externalRefID` string
    - `customerIdentifier` string, required
    - `accountIdentifier` string, required
    - `accountNumber` string, required
    - `sender` AsyncUserInfoDTO
      - `firstName` string
      - `lastName` string
      - `email` string
      - `address` AddressDTO
        - `streetLine1` string
        - `streetLine2` string, nullable
        - `city` string
        - `stateOrProvince` string
        - `country` string
        - `postalCode` string
        - `companyName` string
      - `mobileNumber` string
    - `campaign` string, required
    - `purchaseOrderNumber` string
    - `notes` string
    - `fulfillBy` string
    - `orderStatus` string
    - `totalLineItemsRows` integer
    - `amountCharged` AsyncOrderAmountChargedDTO
      - `currencyCode` string
      - `value` number
      - `total` number
      - `shippingFee` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/versions/324ad9683921/schema)
