Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

OrderingQuery.order()

Retrieve an order by its ID.

type OrderingQuery {
  order(id: ID!): OrderingOrder!
}

Input

id

string - The unique identifier for the order to retrieve.

Response

OrderingOrder

OrderingOrder - The order object containing all order details.

Was this page helpful?