Queries

products

Gets all products according to the values provided.

Gets all products according to the values provided.

products(
  skip: Int
  take: Int
  brandAlias: String
  categoryAlias: String
  discountCampaignAlias: String
  url: String
  filter: FilterInputType
  channelId: String
  languageId: String
  marketId: String
): ProductsResultType

Arguments

skip ● Int scalar

The amount of products to skip. Default maximum value is 6000

take ● Int scalar

The amount of products to take. Default maximum value is 200

brandAlias ● String scalar

When specified, only include products associated with that brand

categoryAlias ● String scalar

When specified, only include products associated with that category

discountCampaignAlias ● String scalar

When specified, only include products associated with that discount campaign

url ● String scalar

Get products associated with the specified URL

filter ● FilterInputType input

Additional filter parameters

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

ProductsResultType object

The results of the products-query.