Skip to main content

ScayleCommerceProduct

No description

type ScayleCommerceProduct implements Node, CommerceProduct {
id: ID!
sourceId: ID!
name: String!
description: String
images: [CommerceImage]!
}

Fields
Link copied!

ScayleCommerceProduct.id ● ID! non-null scalar
Link copied!

ScayleCommerceProduct.sourceId ● ID! non-null scalar
Link copied!

ScayleCommerceProduct.name ● String! non-null scalar
Link copied!

ScayleCommerceProduct.description ● String scalar
Link copied!

ScayleCommerceProduct.images ● [CommerceImage]! non-null object
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

CommerceProduct interface
Link copied!

Returned by
Link copied!

scayleCommerceProduct query