O_API_Order
Order placed via API checkout
Fields:
| Field | Type | Description |
|---|---|---|
id | O_Uuid! | Stable identifier for this order, suitable for the orders(orderIds:) filter. |
orderNumber | String! | Human-readable order reference number. |
entryToken | String! | Per-order access token used to look up and access this order without an authenticated session (e.g. via order confirmation links). |
orderState | O_OrderState! | Current fulfillment state of the order (e.g. completed, cancelled). |
paymentState | O_PaymentState! | Current payment state of the order (e.g. paid, refunded). |
totalPrice | O_Money! | Total amount charged for this order. |
createdAt | O_DateTime! | Timestamp when the order was placed. |
items | [O_API_OrderItem!]! | Line items included in this order. |