OBJECT
OrderType
A type for an order.
link GraphQL Schema definition
- type OrderType {
- # Unique order type ID.
- Int! :
- # The type's system name.
- String! :
- # The order type's GraphQL enum value.
- OrderTypes :
- }
OBJECT
A type for an order.
- type OrderType {
- # Unique order type ID.
- Int! :
- # The type's system name.
- String! :
- # The order type's GraphQL enum value.
- OrderTypes :
- }