Magidoc

Query
Object

The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.

Fields

#

products

List of Product.

Required Scopes: read:inventory

product

Returns a Product by ID.

Required Scopes: read:inventory

productVariants

List of ProductVariant.

Required Scopes: read:inventory

productVariant

Returns a ProductVariant by ID.

Required Scopes: read:inventory

productTaxonomyNodes

List of ProductTaxonomyNode.

productTaxonomyNode

Returns a ProductTaxonomyNode by ID.

listings

List of Listing.

Required Scopes: read:inventory

listing

Returns a Listing by ID.

Required Scopes: read:inventory

bulkOperations

List of BulkOperations.

bulkOperation

Returns a BulkOperation by ID.

currentBulkOperation

Get the currently running bulk operation

livestreams

List of Livestreams

livestream

Returns a Livestream by ID.

orders

List of Orders

Required Scopes: read:orders

order

Returns a Order by ID.

Required Scopes: read:inventory

productAttributes

Get the available product attributes for a given filter.

productAttribute

Returns a ProductAttribute by ID.

me

Get the current user.

node

Returns a given Node by ID.