Skip to main content

LegacyOrderLine Object

Lossless, read-only historical order line.

Added in Saleor 3.23
type LegacyOrderLine implements Node {
id: ID!
sourcePlatform: String!
sourceStore: String!
sourceId: String!
sourceOrderId: String!
name: String!
sku: String!
quantity: Int!
money: JSONString!
contentSha256: String!
rawPayload: JSONString!
}

Fields

id ● ID!

ID of the legacy order line.

sourcePlatform ● String!

Source platform name.

sourceStore ● String!

Source store hostname.

sourceId ● String!

Immutable source line ID.

sourceOrderId ● String!

Immutable source order ID.

name ● String!

Original line name.

sku ● String!

Original SKU, including discontinued SKUs.

quantity ● Int!

Original quantity.

money ● JSONString!

Original monetary values and currency.

contentSha256 ● String!

Canonical payload SHA-256.

rawPayload ● JSONString!

Unmodified source payload.

Interfaces

Node

An object with an ID

Returned By

legacyOrderLine query