Skip to main content

DemandProduct

A product, trimmed to what a demand view needs.

type DemandProduct {
image: Image
name: String
sku: String!
status: ProductStatusEnum
}

Fields

DemandProduct.image ● Image object products

The product's primary image.

DemandProduct.name ● String scalar common

The product name.

DemandProduct.sku ● String! non-null scalar common

The product SKU.

DemandProduct.status ● ProductStatusEnum enum products

The product status.

Member Of

DemandRecord object