product
Get a single product by ID.
Requires the product/read scope on the associated DemandHq.
product(
productId: ID!
): Product
Arguments
product.productId
● ID!
non-null scalar
Type
Product
object
A Product is a part of the Demand Domain and represents a the basic information of a product. Products have many support entities, including variants, which represent SKUs of the product.