Queries
activeAdministrator
activeChannel
administrator
administrators
asset
assets
channel
channels
collection
"""
Get a Collection either by id or slug. If neither id nor slug is specified, an error will result.
"""
type Query {
}
collectionFilters
collections
countries
country
customer
customerGroup
customerGroups
customers
eligibleShippingMethodsForDraftOrder
"""
Returns a list of eligible shipping methods for the draft Order
"""
type Query {
eligibleShippingMethodsForDraftOrder(orderId: ID!): [ShippingMethodQuote!]!
}
entityDuplicators
"""
Returns all configured EntityDuplicators.
"""
type Query {
entityDuplicators: [EntityDuplicatorDefinition!]!
}
facet
facetValues
facets
fulfillmentHandlers
globalSettings
job
jobBufferSize
jobQueues
jobs
jobsById
me
metricSummary
"""
Get metrics for the given interval and metric types.
"""
type Query {
metricSummary(input: MetricSummaryInput): [MetricSummary!]!
}
order
orders
paymentMethod
paymentMethodEligibilityCheckers
paymentMethodHandlers
paymentMethods
pendingSearchIndexUpdates
previewCollectionVariants
"""
Used for real-time previews of the contents of a Collection
"""
type Query {
previewCollectionVariants(input: PreviewCollectionVariantsInput!, options: ProductVariantListOptions): ProductVariantList!
}
product
"""
Get a Product either by id or slug. If neither id nor slug is specified, an error will result.
"""
type Query {
}
productOptionGroup
productOptionGroups
productVariant
productVariants
"""
List ProductVariants either all or for the specific product.
"""
type Query {
}
products
promotion
promotionActions
promotionConditions
promotions
province
provinces
role
roles
search
seller
sellers
shippingCalculators
shippingEligibilityCheckers
shippingMethod
shippingMethods
stockLocation
stockLocations
tag
tags
taxCategories
taxCategory
taxRate
taxRates
testEligibleShippingMethods
type Query {
testEligibleShippingMethods(input: TestEligibleShippingMethodsInput!): [ShippingMethodQuote!]!
}