Skip to Content

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

ArgumentTypeRequiredDescription
idIDYesThe ID of the manufacturer to retrieve

Return Type

Manufacturer - A product manufacturer, including its name and details.

Example

{ manufacturer(id: 12345) { id title image url seoTitle seoDescription productsCount } }