You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ParcelMeasurementsDraftType
export type ParcelMeasurementsDraftType = {
heightInMillimeter?: InputMaybe<Scalars['Int']>;
lengthInMillimeter?: InputMaybe<Scalars['Int']>;
widthInMillimeter?: InputMaybe<Scalars['Int']>;
weightInGram?: InputMaybe<Scalars['Int']>;
};