JavaScript
Orders
Get order
Retrieve an order by id.
GET
JavaScript
Authorizations
Rye API key
Path Parameters
The order id
Response
The order
Represents a completed order. Orders are created after a checkout intent reaches
the completed state.
ID of the checkout intent that was responsible for creating this order.
Example:
"ci_aaa8af5c5aae4c0e8ef0172c26c65c13"
Timestamp the order was persisted to Rye.
Example:
"2026-03-25T00:00:00Z"
Timestamp the order was last updated at
Example:
"2026-03-27T00:00:00Z"

