OrderInterface
OrderInterface
- id: ID!
- lineItems: [LineItem!]!
The line items in the order
- payments: [Payment!]!
The payments already made towards this order
- prescriptions: [PrescriptionInterface!]!
A list of prescriptions referred to by the line items in the order
- priceBreakdown: PriceBreakdown!
The price breakdown for this order
- shipments: [Shipment!]!
All shipments associated with this order, historical or scheduled
- shippingAddress: ShippingAddress!
Where this order will eventually ship it's line items to
Possible Types
OrderInterfaceConnection
The connection type for OrderInterface.
- edges: [OrderInterfaceEdge]
A list of edges.
- nodes: [OrderInterface]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
OrderInterfaceEdge
An edge in a connection.
- cursor: String!
A cursor for use in pagination.
- node: OrderInterface
The item at the end of the edge.