product
Get a product by its slug.
Requires the publicproduct/read scope.
product(
slug: String!
): PublicProduct
Arguments
product.slug
● String!
non-null scalar
Type
PublicProduct
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.