product
Retrieves detailed information for a specific product.
Authentication & Permissions
Requires authentication and the get_product_details permission for
the product's brand.
Errors
Raises an error if the product is not found or if you lack the required permissions to access it.
product(
id: ID!
): Product
Arguments
product.id ● ID! non-null scalar
Type
Product object
Represents a product in the catalog, including its specifications, pricing, inventory, supplier relationships, and composition details. Products can be base items, kits, components, or non-inventory items.