---
title: "Update async line item details under a specific Account."
method: PATCH
path: "/asyncOrders/lineItems/{referenceLineItemId}"
tags: ["7. Async Orders"]
---

# Update async line item details under a specific Account.

`PATCH /asyncOrders/lineItems/{referenceLineItemId}`

Update specific fields of an async line item including delivery date, sender information, and line item notes. At least one field must be provided in the request body.

## Path parameters

- `referenceLineItemId` string, required

## Request body

- UpdateAsyncLineItemCriteria
  - `lineItemNote` string — Optional line item notes (up to 150 characters)
  - `deliveryDate` string — Optional. Specify the date to deliver the reward to the recipient. It must be at least 7 days in the future. If not specified, the reward will be immediately send.
  - `senderInfo` SenderInfoCriteria
    - `firstName` string — always optional (100 character max)
    - `lastName` string — always optional (100 character max)
    - `email` string — always optional

## Response `201`

Created

- AsyncUpdateLineItemView
  - `deliveryDate` string, date-time — Updated delivery date
  - `note` string — Updated line item note
  - `senderInfo` SenderInfoView
    - `firstName` string
    - `lastName` string
    - `email` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Exceeded the allowable TPS rate limit
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[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)
