# Providing an upstream identifier

The `upstreamId` can be any identifier you want to associate with a [checkout](https://docs.digitalriver.com/digital-river-api-reference/2021-12-13/checkouts), [order](https://docs.digitalriver.com/digital-river-api-reference/2021-12-13/orders), and [invoice](https://docs.digitalriver.com/digital-river-api-reference/2021-12-13/invoices). Unlike metadata, you can use this value as a query parameter in `GET` requests.

For tracking purposes, we recommend you provide the universally unique identifier (UUID) that clients use to identify the corresponding order in their system.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/digital-river-api/integration-options/checkouts/creating-checkouts/providing-an-upstream-identifier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
