Objects

DimensionsType

SKU dimensions

SKU dimensions

type DimensionsType {
  length: Int!
  width: Int!
  height: Int!
}

Fields

length ● Int! non-null scalar required

Length

width ● Int! non-null scalar required

Width

height ● Int! non-null scalar required

Height

Member Of

ProductType object ● SkuType object