Home > @vsf-enterprise/commercetools-types > SetStagedOrderParcelMeasurementsOutput

# SetStagedOrderParcelMeasurementsOutput type

Signature:

export declare type SetStagedOrderParcelMeasurementsOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderParcelMeasurementsOutput';
    type: Scalars['String'];
    parcelId: Scalars['String'];
    measurements?: Maybe<ParcelMeasurements>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe, ParcelMeasurements