Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Order_getOrderById_orderItems

Index

Properties

__typename

__typename: "OrderItem"

id

id: string

The identifier of this order item

item

The associated product item

quantity

quantity: number

The quantity of this order item

status

status: string

The status of this order item

totalPrice

The total price of this order item. e.g, the unit price multipled by the quantity.

type

type: string

The type of this order item

unitPrice

The unit price of this order item

Generated using TypeDoc