manufacturerByHandle
Get a single manufacturer by handle
Authentication
Public Access: Accessible with the public API key
Query Structure
{
manufacturerByHandle(handle: String!) {
id
title
seoTitle
seoDescription
seoKeywords
productsCount
image
url
products
}
}Arguments
Return Type
Manufacturer - A product manufacturer, including its name and details.
Example
query {
manufacturerByHandle(handle: "acme-corp") {
id
title
seoTitle
seoDescription
seoKeywords
productsCount
image
url
}
}Related Types
- Manufacturer
- String