OBJECT

OrderType

A type for an order.

link GraphQL Schema definition

  • type OrderType {
  • # Unique order type ID.
  • id: Int!
  • # The type's system name.
  • label: String!
  • # The order type's GraphQL enum value.
  • value: OrderTypes
  • }