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

# SetStagedOrderParcelCustomTypeOutput type

Signature:

export declare type SetStagedOrderParcelCustomTypeOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderParcelCustomTypeOutput';
    type: Scalars['String'];
    custom: CustomFieldsCommand;
    parcelId: Scalars['String'];
};

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand