Skip to main content

CommercetoolsCommerceRepository

No description

type CommercetoolsCommerceRepository implements Node, CommerceRepository {
id: ID!
label: String!
description: String
createdDate: String!
createdBy: String!
cmsHub: CMSHub!
projectKey: String!
defaultLocale: String!
apiBaseUrl: String!
authBaseUrl: String!
clientId: String!
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!

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

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

CommercetoolsCommerceRepository.description ● String scalar
Link copied!

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

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

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

CommercetoolsCommerceRepository.projectKey ● String! non-null scalar
Link copied!

CommercetoolsCommerceRepository.defaultLocale ● String! non-null scalar
Link copied!

CommercetoolsCommerceRepository.apiBaseUrl ● String! non-null scalar
Link copied!

CommercetoolsCommerceRepository.authBaseUrl ● String! non-null scalar
Link copied!

CommercetoolsCommerceRepository.clientId ● String! non-null scalar
Link copied!

CommercetoolsCommerceRepository.product ● CommerceProduct interface
Link copied!

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

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

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

CommercetoolsCommerceRepository.category ● CommerceCategory interface
Link copied!

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

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

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

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

CommerceRepository interface
Link copied!

Returned by
Link copied!

createCommercetoolsCommerceRepository mutation ● updateCommercetoolsCommerceRepository mutation