Skip to main content

LegacyCatalogRecord Object

Lossless, read-only catalog record.

Added in Saleor 3.23
type LegacyCatalogRecord implements Node {
id: ID!
sourcePlatform: String!
sourceStore: String!
sourceId: String!
kind: String!
handle: String!
sku: String!
contentSha256: String!
rawPayload: JSONString!
}

Fields

id ● ID!

ID of the legacy catalog record.

sourcePlatform ● String!

Source platform name.

sourceStore ● String!

Source store hostname.

sourceId ● String!

Immutable source record ID.

kind ● String!

Product, variant, or collection record kind.

handle ● String!

Original storefront handle.

sku ● String!

Original SKU, including duplicates.

contentSha256 ● String!

Canonical payload SHA-256.

rawPayload ● JSONString!

Unmodified source payload.

Interfaces

Node

An object with an ID

Returned By

legacyCatalogRecord query