Skip to main content

ShipmentProduct

A product, trimmed to what a shipped orders view needs.

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

Fields

ShipmentProduct.image ● Image object products

The product's primary image.

ShipmentProduct.name ● String scalar common

The product name.

ShipmentProduct.sku ● String! non-null scalar common

The product SKU.

ShipmentProduct.status ● ProductStatusEnum enum products

The product status.

Member Of

ShipmentRecord object