Skip to main content

NauticalOrderLine

Represents order line of particular order.

type NauticalOrderLine implements Node, ObjectWithMetadata {
id: ID!
privateMetadata: [MetadataItem!]!
metadata: [MetadataItem!]!
isLinePriceOverridden: Boolean!
unitPriceOverriddenNote: String
note: String
productName: String!
variantName: String!
productSku: String
isShippingRequired: Boolean!
digitalContentUrl: DigitalContentUrl
thumbnail(
size: Int
): Image
unitPrice: TaxedMoney
totalPrice: TaxedMoney
variant: ProductVariant
translatedProductName: String!
translatedVariantName: String!
sellerOrderline: OrderLine
quantityOrdered: Int!
sale: Sale
saleDiscount: Money
voucherDiscount: Money
originalUnitPrice: TaxedMoney
discountedUnitPrice: TaxedMoney
}
Show more ↓

Fields

NauticalOrderLine.id ● ID! non-null scalar

The ID of the object

NauticalOrderLine.privateMetadata ● [MetadataItem!]! non-null object

List of private metadata items.Requires proper staff permissions to access.

NauticalOrderLine.metadata ● [MetadataItem!]! non-null object

List of public metadata items. Can be accessed without permissions.

NauticalOrderLine.isLinePriceOverridden ● Boolean! non-null scalar

NauticalOrderLine.unitPriceOverriddenNote ● String scalar

NauticalOrderLine.note ● String scalar

NauticalOrderLine.productName ● String! non-null scalar

NauticalOrderLine.variantName ● String! non-null scalar

NauticalOrderLine.productSku ● String scalar

NauticalOrderLine.isShippingRequired ● Boolean! non-null scalar

NauticalOrderLine.digitalContentUrl ● DigitalContentUrl object

NauticalOrderLine.thumbnail ● Image object

The main thumbnail for the ordered product.

NauticalOrderLine.thumbnail.size ● Int scalar

Size of thumbnail.

NauticalOrderLine.unitPrice ● TaxedMoney object

Price of the single item in the order line.

NauticalOrderLine.totalPrice ● TaxedMoney object

Price of the order line.

NauticalOrderLine.variant ● ProductVariant object

A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.

NauticalOrderLine.translatedProductName ● String! non-null scalar

Product name in the customer's language

NauticalOrderLine.translatedVariantName ● String! non-null scalar

Variant name in the customer's language

NauticalOrderLine.sellerOrderline ● OrderLine object

The related orderline attached to the connected seller order

NauticalOrderLine.quantityOrdered ● Int! non-null scalar

The number of items ordered on this order line

NauticalOrderLine.sale ● Sale object

The sale, if any, that changed the price of this line

NauticalOrderLine.saleDiscount ● Money object

Amount the total price for this line has been been reduced by a sale

NauticalOrderLine.voucherDiscount ● Money object

Amount the total price for this line has been been reduced by a voucher

NauticalOrderLine.originalUnitPrice ● TaxedMoney object

Price of the single item in the order line before sales

NauticalOrderLine.discountedUnitPrice ● TaxedMoney object

Price of the single item in the order line after sales

Interfaces

Node interface

An object with an ID

ObjectWithMetadata interface

Member Of

NauticalDraftOrderLineDelete object ● NauticalDraftOrderLinePriceOverride object ● NauticalDraftOrderLinesCreate object ● NauticalDraftOrderLineUpdate object ● NauticalOrder object ● NauticalOrderEventOrderLineObject object ● NauticalOrderLineAddNote object ● OrderLine object

Was this page helpful?