> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.enigmagenomics.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.enigmagenomics.com/_mcp/server.

# Order Parameter Overview

The `oid` parameter represents the unique Order ID used to identify a specific order within the Enigma platform. It acts as a path parameter across all order-related endpoints, enabling operations such as retrieving order details, updating order information, cancelling an existing order, and fetching the associated payment link.

All endpoints nested under this route require a valid `oid` value, which is generated by the system at the time of order creation and must be passed in the request URL in place of `:oid`.