Skip to main content

NauticalOrderEvent

History log of the order.

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

Fields

NauticalOrderEvent.id ● ID! non-null scalar

The ID of the object

NauticalOrderEvent.date ● DateTime! non-null scalar

Date when event happened at in ISO 8601 format.

NauticalOrderEvent.type ● OrderEventsEnum! non-null enum

Order event type.

NauticalOrderEvent.user ● User object

User who performed the action.

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.quantity ● Int scalar

Number of items.

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!] list scalar

List of oversold lines names.

NauticalOrderEvent.lines ● [NauticalOrderEventOrderLineObject!] list object

The concerned lines.

NauticalOrderEvent.warehouse ● Warehouse object

The warehouse were items were restocked.

Interfaces

Node interface

An object with an ID

Member Of

NauticalOrder object ● NauticalOrderAddNote object

Was this page helpful?