Skip to main content

ProductItem

A product Item of a product variant

type ProductItem {
id: UUID!
productVariant: ProductVariant!
inventoryStatus: ProductItemStatus!
orderId: UUID
}

Fields

ProductItem.id ● UUID! non-null scalar

The uuid identifier of the product item

ProductItem.productVariant ● ProductVariant! non-null object

The corresponding product variant

ProductItem.inventoryStatus ● ProductItemStatus! non-null enum

Describes the inventory status of the product item

ProductItem.orderId ● UUID scalar

Reference to the order that reserved the product item

Returned By

createProductItemBatch mutation ● deleteProductItem mutation ● productItem query ● reserveProductItemBatch mutation ● updateProductItem mutation

Member Of

ProductItemConnection object