Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt

Use this file to discover all available pages before exploring further.

OrderingQuery.order()

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.