Skip to main content

legacyCatalogRecord Query

Look up a lossless catalog source record.

Added in Saleor 3.23
Requires the MANAGE_PRODUCTSpermission.
legacyCatalogRecord(
sourceStore: String!
sourceId: String!
kind: String!
sourcePlatform: String = "shopify"
): LegacyCatalogRecord
Details
type LegacyCatalogRecord implements Node {
id: ID!
sourcePlatform: String!
sourceStore: String!
sourceId: String!
kind: String!
handle: String!
sku: String!
contentSha256: String!
rawPayload: JSONString!
}

Arguments

sourceStore ● String!

Source store hostname.

sourceId ● String!

Immutable source catalog ID.

kind ● String!

Product, variant, or collection.

sourcePlatform ● String

Source platform name.

Type

LegacyCatalogRecord

Lossless, read-only catalog record.

Added in Saleor 3.23