Skip to main content

CommerceRepository

No description

interface CommerceRepository implements Node {
id: ID!
label: String!
description: String
createdDate: String!
createdBy: String!
cmsHub: CMSHub!
product(input: GetCommerceProductInput!): CommerceProduct
products(
before: String
after: String
first: Int
last: Int
sourceIds: [ID]
keyword: String
): CommerceProductConnection!
category(input: GetCommerceCategoryInput!): CommerceCategory
categories(
before: String
after: String
first: Int
last: Int
sourceIds: [ID]
keyword: String
): CommerceCategoryConnection!
}

Fields
Link copied!

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

CommerceRepository.label ● String! non-null scalar
Link copied!

CommerceRepository.description ● String scalar
Link copied!

CommerceRepository.createdDate ● String! non-null scalar
Link copied!

CommerceRepository.createdBy ● String! non-null scalar
Link copied!

CommerceRepository.cmsHub ● CMSHub! non-null object
Link copied!

CommerceRepository.product ● CommerceProduct interface
Link copied!

CommerceRepository.product.input ● GetCommerceProductInput! non-null input
Link copied!

CommerceRepository.products ● CommerceProductConnection! non-null object
Link copied!

CommerceRepository.products.before ● String scalar
Link copied!
CommerceRepository.products.after ● String scalar
Link copied!
CommerceRepository.products.first ● Int scalar
Link copied!
CommerceRepository.products.last ● Int scalar
Link copied!
CommerceRepository.products.sourceIds ● [ID] list scalar
Link copied!
CommerceRepository.products.keyword ● String scalar
Link copied!

CommerceRepository.category ● CommerceCategory interface
Link copied!

CommerceRepository.category.input ● GetCommerceCategoryInput! non-null input
Link copied!

CommerceRepository.categories ● CommerceCategoryConnection! non-null object
Link copied!

CommerceRepository.categories.before ● String scalar
Link copied!
CommerceRepository.categories.after ● String scalar
Link copied!
CommerceRepository.categories.first ● Int scalar
Link copied!
CommerceRepository.categories.last ● Int scalar
Link copied!
CommerceRepository.categories.sourceIds ● [ID] list scalar
Link copied!
CommerceRepository.categories.keyword ● String scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Member of
Link copied!

CMSHub object

Implemented by
Link copied!

BigCommerceCommerceRepository object ● CommercetoolsCommerceRepository object ● SalesforceCommerceRepository object ● ShopifyCommerceRepository object