manufacturer
Get a single manufacturer by ID
Authentication
Public Access: Accessible with the public API key
Query Structure
{
manufacturer(id: ID!) {
seoDescription
seoTitle
seoKeywords
id
title
productsCount
products
image
url
}
}Arguments
Return Type
Manufacturer - Describes a manufacturer.
Example
{
manufacturer(id: 12345) {
id
title
seoTitle
seoDescription
seoKeywords
image
url
productsCount
}
}