Queries
product
Gets a product with the specified ID. Use either alias or productId. If both are provided, productId will be used.
Gets a product with the specified ID. Use either alias or productId. If both are provided, productId will be used.
product(
alias: String
productId: Int
channelId: String
languageId: String
marketId: String
): ProductType
Arguments
alias ● String scalar
The product alias
productId ● Int scalar
The product id
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
ProductType object
Type containing all information about a product