Skip to main content

CommercetoolsCommerceProduct

No description

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

Fields
Link copied!

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

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

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

CommercetoolsCommerceProduct.description ● String scalar
Link copied!

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

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

CommerceProduct interface
Link copied!