Skip to main content

InventoryProduct

A product, trimmed to what an inventory view needs.

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

Fields

InventoryProduct.image ● Image object products

The product's primary image.

InventoryProduct.name ● String scalar common

The product name.

InventoryProduct.sku ● String! non-null scalar common

The product SKU.

InventoryProduct.status ● ProductStatusEnum enum products

The product status.

Member Of

InventoryRecord object