Skip to main content

NauticalOrderEvent

Represents a nautical order event in the order history.

type NauticalOrderEvent implements Node {
id: ID!
date: DateTime!
quantity: Int
type: OrderEventsEnum!
message: String
email: String
emailType: OrderEventsEmailsEnum
amount: Float
paymentId: String
paymentGateway: String
composedId: String
orderNumber: String
invoiceNumber: String
oversoldItems: [String!]!
lines: [NauticalOrderEventOrderLineObject!]!
user: User
warehouse: Warehouse
}
Show more ↓

Fields

NauticalOrderEvent.id ● ID! non-null scalar

The Globally Unique ID of this object

NauticalOrderEvent.date ● DateTime! non-null scalar

Date when the event occurred

NauticalOrderEvent.quantity ● Int scalar

Number of items (if applicable)

NauticalOrderEvent.type ● OrderEventsEnum! non-null enum

Type of order event

NauticalOrderEvent.message ● String scalar

Content of the event

NauticalOrderEvent.email ● String scalar

Email of the customer

NauticalOrderEvent.emailType ● OrderEventsEmailsEnum enum

Type of an email sent to the customer

NauticalOrderEvent.amount ● Float scalar

Amount of money

NauticalOrderEvent.paymentId ● String scalar

The payment ID from the payment gateway

NauticalOrderEvent.paymentGateway ● String scalar

The payment gateway of the payment

NauticalOrderEvent.composedId ● String scalar

Composed ID of the Fulfillment

NauticalOrderEvent.orderNumber ● String scalar

User-friendly number of an order

NauticalOrderEvent.invoiceNumber ● String scalar

Number of an invoice related to the order

NauticalOrderEvent.oversoldItems ● [String!]! non-null scalar

List of oversold lines names

NauticalOrderEvent.lines ● [NauticalOrderEventOrderLineObject!]! non-null object

The concerned lines

NauticalOrderEvent.user ● User object

User who performed the action

NauticalOrderEvent.warehouse ● Warehouse object

The warehouse where items were restocked

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

NauticalOrder object ● NauticalOrderAddNote object

Was this page helpful?