NauticalOrder
Represents a nautical (marketplace) order.
type NauticalOrder implements Node, ObjectWithMetadata {
id: ID!
metadata: [MetadataItem!]!
privateMetadata: [MetadataItem!]!
created: DateTime!
updated: DateTime
currency: String!
languageCode: String!
trackingClientId: String!
customerNote: String!
displayGrossPrices: Boolean!
isMarketplaceShippingPriceOverridden: Boolean!
poNumbers: [String!]
checkoutToken: String
externalId: String
externalSource: String
importedAt: DateTime
discountName: String
translatedDiscountName: String
euInvoiceMessaging: String
vatIdentificationNumber: String
mpVatIdentificationNumber: String
token: String!
userEmail: String
orderSource: NauticalOrderOrderSource!
status: NauticalOrderStatus!
subStatus: NauticalOrderSubStatus
number: String!
statusDisplay: String!
billingAddress: Address
shippingAddress: Address
user: User
shippingPrice: TaxedMoney!
total: TaxedMoney!
subtotal: TaxedMoney!
discount: Money!
shippingDiscount: Money!
marketplaceShippingPrice: TaxedMoney!
shippingMethodName: String!
marketplaceShippingMethodName: String
marketplaceShippingMethod: ShippingMethod
weight: Weight!
payments: [Payment!]!
paymentStatus: PaymentChargeStatusEnum!
paymentStatusDisplay: String!
totalAuthorized: Money!
totalCaptured: Money!
totalRefunded: Money!
totalBalance(
positive: Boolean = false
): Money!
actions: [OrderAction!]!
lines: [NauticalOrderLine!]!
events: [NauticalOrderEvent!]!
auditEvents(
before: String
after: String
first: Int
last: Int
): NauticalOrderAuditEventCountableConnection!
timeline(
kinds: [TimelineEntryKind!]
): [TimelineEntry!]!
subOrders: [Order!]
sellerOrders: [Order!]
sellerFulfillments: [Fulfillment!]!
invoices: [Invoice!]!
refunds: [Refund!]!
voucher: Voucher
isPaid: Boolean!
isPartlyPaid: Boolean!
isShippingRequired: Boolean!
canFinalize: Boolean!
availableMarketplaceShippingMethods: [ShippingMethod!]!
availableShippingMethodsBySeller: [MultiSellerShippingMethod!]!
sellerUnfulfilled: [OrderLine!]!
validationStatus: [ValidationStatus!]
allowedSubStatuses: [OrderSubStatusEnum!]! @deprecated
}
Show more ↓
Fields
NauticalOrder.id ● ID! non-null scalar
The Globally Unique ID of this object
NauticalOrder.metadata ● [MetadataItem!]! non-null object
List of public metadata items. Can be accessed without permissions.
NauticalOrder.privateMetadata ● [MetadataItem!]! non-null object
List of private metadata items. Requires proper staff permissions to access.
NauticalOrder.created ● DateTime! non-null scalar
Date when order was created