Home > @vsf-enterprise/commercetools-types > SetOrderParcelMeasurements
# SetOrderParcelMeasurements type
Signature:
export declare type SetOrderParcelMeasurements = {
parcelId: Scalars['String'];
measurements?: InputMaybe<ParcelMeasurementsDraftType>;
};
References: Scalars, InputMaybe, ParcelMeasurementsDraftType