Skip to main content

BigCommerceCommerceProduct

No description

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

Fields
Link copied!

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

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

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

BigCommerceCommerceProduct.description ● String scalar
Link copied!

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

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

CommerceProduct interface
Link copied!